共用方式為


Field.Indexed 屬性

取得或設定布林值,指定是否要建立欄位的索引。

命名空間:  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 Property Indexed As Boolean
    Get
    Set
'用途
Dim instance As Field
Dim value As Boolean

value = instance.Indexed

instance.Indexed = value
public bool Indexed { get; set; }

屬性值

類型:System.Boolean
若要指定欄位索引的; true否則, false。

請參閱

參照

Field 類別

Field 成員

Microsoft.SharePoint.Client 命名空間