'Declaration Public Overloads ReadOnly Property Item( _ ByVal propertyName As String _ ) As CustomProperty
public CustomProperty Item( string propertyName ) {get;}
Parameters
- propertyName
- The name of the custom property.
Property Value
The CustomProperty with the specified property name, ornull
if not found.