'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 or set.
'Declaration Public Overloads ReadOnly Property Item( _ ByVal name As String _ ) As CustomPropertyDefinition
public CustomPropertyDefinition Item( string name ) {get;}