DatabaseInformation.CaseSensitive Property
A Boolean value that specifies whether uppercase letters and lowercase letters are evaluated as equal. If True, uppercase and lowercase are not evaluated as equal. Otherwise, False (default).
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public ReadOnly Property CaseSensitive As Boolean
public bool CaseSensitive { get; }
public:
property bool CaseSensitive {
bool get ();
}
member CaseSensitive : bool with get
function get CaseSensitive () : boolean
Property Value
Type: System.Boolean
Returns Boolean.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.