共用方式為


SPField.Sortable property

取得 Boolean 值,以判斷是否可以排序] 欄位。

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Public Overridable ReadOnly Property Sortable As Boolean
    Get
'用途
Dim instance As SPField
Dim value As Boolean

value = instance.Sortable
public virtual bool Sortable { get; }

Property value

Type: System.Boolean
true如果可以排序欄位 ;否則,請false。

請參閱

參照

SPField class

SPField members

Microsoft.SharePoint namespace