SPWeb.IndexedPropertyKeys property
Gets the set of property keys for properties that need to be exposed through Site Data Web Service.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property IndexedPropertyKeys As ISet(Of String)
Get
'Usage
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>