共用方式為


SPField.Indexable property

指出是否欄位可以編製索引或不唯讀屬性。

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

Syntax

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

value = instance.Indexable
public bool Indexable { get; }

Property value

Type: System.Boolean
Boolean 值 = true若編製索引] 欄位。

請參閱

參照

SPField class

SPField members

Microsoft.SharePoint namespace