Share via


SPUserCodePropertyCollection.Item - Propriété (String)

Obtient ou définit l'objet de la propriété spécifiée par le nom de propriété dans la collection.

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 SPUserCodeProperty
    Get
'Utilisation
Dim instance As SPUserCodePropertyCollection
Dim propertyName As String
Dim value As SPUserCodeProperty

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

Paramètres

Valeur de propriété

Type : Microsoft.SharePoint.WebPartPages.SPUserCodeProperty
L'objet de la propriété spécifiée par le nom de la collection.

Voir aussi

Référence

SPUserCodePropertyCollection classe

SPUserCodePropertyCollection - Membres

Item - Surcharge

Microsoft.SharePoint.WebPartPages - Espace de noms