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