Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the match type to use in matching.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property MatchType As SPRequestManagementRuleMatchType
Get
Set
'Usage
Dim instance As SPRequestManagementRuleCriteria
Dim value As SPRequestManagementRuleMatchType
value = instance.MatchType
instance.MatchType = value
public SPRequestManagementRuleMatchType MatchType { get; set; }
Property value
Type: Microsoft.SharePoint.Administration.SPRequestManagementRuleMatchType
See also
Reference
SPRequestManagementRuleCriteria class