ClientWebPartPropertyCollection.Item property
Gets the property by the PropertyName.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
propertyName As String _
) As ClientWebPartProperty
Get
'Usage
Dim instance As ClientWebPartPropertyCollection
Dim propertyName As String
Dim value As ClientWebPartProperty
value = instance(propertyName)
public ClientWebPartProperty this[
string propertyName
] { get; }
Parameters
- propertyName
Type: System.String
Property value
Type: Microsoft.SharePoint.WebPartPages.ClientWebPartProperty
See also
Reference
ClientWebPartPropertyCollection class