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