SPWeb.IndexedPropertyKeys property
取得需要透過站台資料 Web 服務公開的屬性的屬性索引鍵集。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
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; }
Property value
Type: System.Collections.Generic.ISet<String>