RelatedItemsField.Sortable property
取得值,指定欄位值是否可以將清單中的清單項目排序。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Overrides ReadOnly Property Sortable As Boolean
Get
'用途
Dim instance As RelatedItemsField
Dim value As Boolean
value = instance.Sortable
public override bool Sortable { get; }
Property value
Type: System.Boolean
true如果清單中的清單項目可以排序的欄位值否則false。