SPRequestManagementRuleCriteria.MatchType property
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