Field.Sortable 屬性
取得值,指定欄位值是否可以將清單中的清單項目排序。
命名空間: 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 Sortable As Boolean
Get
'用途
Dim instance As Field
Dim value As Boolean
value = instance.Sortable
public bool Sortable { get; }
屬性值
類型:System.Boolean
傳回Booleantrue如果清單項目清單中可以依據欄位值;否則,傳回false。