Свойство Field.Sortable
Gets a value that specifies whether list items in the list can be sorted by the field value.
Пространство имен: 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
Returns Booleantrue if list items in the list can be sorted by the field value; otherwise, returns false.