Compartilhar via


SPUserCodePropertyCollection.Item property (String)

Obtém ou define o objeto de propriedade especificado pelo nome da propriedade da coleção.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaração
Public ReadOnly Default Property Item ( _
    propertyName As String _
) As SPUserCodeProperty
    Get
'Uso
Dim instance As SPUserCodePropertyCollection
Dim propertyName As String
Dim value As SPUserCodeProperty

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

Parâmetros

Property value

Type: Microsoft.SharePoint.WebPartPages.SPUserCodeProperty
O objeto de propriedade especificado pelo nome na coleção.

Ver também

Referência

SPUserCodePropertyCollection class

SPUserCodePropertyCollection members

Item overload

Microsoft.SharePoint.WebPartPages namespace