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
propertyName
Type : System.StringNom de la propriété.
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