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