Share via


ClientWebPartPropertyCollection.Item - Propriété

Obtient la propriété par PropertyName.

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

Syntaxe

'Déclaration
Public ReadOnly Default Property Item ( _
    propertyName As String _
) As ClientWebPartProperty
    Get
'Utilisation
Dim instance As ClientWebPartPropertyCollection
Dim propertyName As String
Dim value As ClientWebPartProperty

value = instance(propertyName)
public ClientWebPartProperty this[
    string propertyName
] { get; }

Paramètres

Valeur de propriété

Type : Microsoft.SharePoint.WebPartPages.ClientWebPartProperty

Voir aussi

Référence

ClientWebPartPropertyCollection classe

ClientWebPartPropertyCollection - Membres

Microsoft.SharePoint.WebPartPages - Espace de noms