Field.Filterable 屬性
取得值,指定欄位值是否可以篩選清單中的清單項目。
命名空間: Microsoft.SharePoint.Client
組件: Microsoft.SharePoint.Client.Silverlight (在 Microsoft.SharePoint.Client.Silverlight.dll 中); Microsoft.SharePoint.Client.Phone (在 Microsoft.SharePoint.Client.Phone.dll 中) Microsoft.SharePoint.Client (在 Microsoft.SharePoint.Client.dll 中)
語法
'宣告
Public ReadOnly Property Filterable As Boolean
Get
'用途
Dim instance As Field
Dim value As Boolean
value = instance.Filterable
public bool Filterable { get; }
屬性值
類型:System.Boolean
傳回Booleantrue如果清單項目清單中可以篩選的欄位值;否則,傳回false。