SPField.Indexable 属性
指示字段可以或不进行索引的只读属性。
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public ReadOnly Property Indexable As Boolean
Get
用法
Dim instance As SPField
Dim value As Boolean
value = instance.Indexable
public bool Indexable { get; }
属性值
类型:System.Boolean
Boolean 值 = true ,如果编制索引的字段。