'Declaration Public Overloads ReadOnly Property Item( _ ByVal name As String _ ) As CustomPropertyDefinition
public CustomPropertyDefinition Item( string name ) {get;}
Parameters
- name
- The name of the CustomPropertyDefinition to get.
Property Value
The element of typeCustomPropertyDefinition
or null.