SPObjectModelType.GetPropertyNames - Propriété

La liste des noms de propriétés.

Espace de noms :  Microsoft.SharePoint.Administration
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
Public ReadOnly Property GetPropertyNames As ReadOnlyCollection(Of String)
    Get
'Utilisation
Dim instance As SPObjectModelType
Dim value As ReadOnlyCollection(Of String)

value = instance.GetPropertyNames
public ReadOnlyCollection<string> GetPropertyNames { get; }

Valeur de propriété

Type : System.Collections.ObjectModel.ReadOnlyCollection<String>
Un objet ReadOnlyCollection<T> qui contient les noms de propriété.

Voir aussi

Référence

SPObjectModelType classe

SPObjectModelType - Membres

Microsoft.SharePoint.Administration - Espace de noms