SPRequestManagementRuleCriteria.PropertyType property
取得或設定要比對的屬性。
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Property PropertyType As SPRequestManagementRulePropertyType
Get
Set
'用途
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
請參閱
參照
SPRequestManagementRuleCriteria class