SPWeb.IndexedPropertyKeys 属性
Gets the set of property keys for properties that need to be exposed through Site Data Web Service.
命名空间: Microsoft.SharePoint
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public ReadOnly Property IndexedPropertyKeys As ISet(Of String)
Get
用法
Dim instance As SPWeb
Dim value As ISet(Of String)
value = instance.IndexedPropertyKeys
public ISet<string> IndexedPropertyKeys { get; }
属性值
类型:System.Collections.Generic.ISet<String>