SPList.IndexedRootFolderPropertyKeys property

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>

See also

Reference

SPList class

SPList members

Microsoft.SharePoint namespace