SPList.IndexedRootFolderPropertyKeys - Propriété
Gets the set of property keys for root folder properties that need to be exposed through Site Data Web Service.
Espace de noms : Microsoft.SharePoint
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public ReadOnly Property IndexedRootFolderPropertyKeys As ISet(Of String)
Get
'Utilisation
Dim instance As SPList
Dim value As ISet(Of String)
value = instance.IndexedRootFolderPropertyKeys
public ISet<string> IndexedRootFolderPropertyKeys { get; }
Valeur de propriété
Type : System.Collections.Generic.ISet<String>