Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
propertyName
Type: System.StringThe name of the property.
Property Value
Type: Microsoft.SharePoint.WebPartPages.SPUserCodeProperty
The property object specified by the name in the collection.
See Also
Reference
SPUserCodePropertyCollection Class