SPRequestManagementRuleCriteria.CaseSensitive property
Gets or sets a Boolean value that indicates if this rule should be evaluated with case sensitivity.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property CaseSensitive As Boolean
Get
Set
'Usage
Dim instance As SPRequestManagementRuleCriteria
Dim value As Boolean
value = instance.CaseSensitive
instance.CaseSensitive = value
public bool CaseSensitive { get; set; }
Property value
Type: System.Boolean
See also
Reference
SPRequestManagementRuleCriteria class