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)
Available in Sandboxed Solutions: No

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