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 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