SPFieldTypeDefinition.Filterable property
取得布林值,這個值,指出是否可以篩選欄位型別。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property Filterable As Boolean
Get
'用途
Dim instance As SPFieldTypeDefinition
Dim value As Boolean
value = instance.Filterable
public bool Filterable { get; }
Property value
Type: System.Boolean
true如果可篩選的欄位 ;否則, false。