Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the set of property keys for root folder 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 IndexedRootFolderPropertyKeys As ISet(Of String)
Get
'Usage
Dim instance As SPList
Dim value As ISet(Of String)
value = instance.IndexedRootFolderPropertyKeys
public ISet<string> IndexedRootFolderPropertyKeys { get; }
Property value
Type: System.Collections.Generic.ISet<String>