SPUserCodePropertyCollection.Item property (String)

Gets or sets the property object specified by the property name in the collection.

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

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    propertyName As String _
) As SPUserCodeProperty
    Get
'Usage
Dim instance As SPUserCodePropertyCollection
Dim propertyName As String
Dim value As SPUserCodeProperty

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

Parameters

Property value

Type: Microsoft.SharePoint.WebPartPages.SPUserCodeProperty
The property object specified by the name in the collection.

See also

Reference

SPUserCodePropertyCollection class

SPUserCodePropertyCollection members

Item overload

Microsoft.SharePoint.WebPartPages namespace