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