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 property to match against.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Property PropertyType As SPRequestManagementRulePropertyType
Get
Set
'Usage
Dim instance As SPRequestManagementRuleCriteria
Dim value As SPRequestManagementRulePropertyType
value = instance.PropertyType
instance.PropertyType = value
public SPRequestManagementRulePropertyType PropertyType { get; set; }
Property value
Type: Microsoft.SharePoint.Administration.SPRequestManagementRulePropertyType
See also
Reference
SPRequestManagementRuleCriteria class