'Declaration Public Overloads ReadOnly Property Item( _ ByVal name As String _ ) As CustomPropertyDefinition
public CustomPropertyDefinition Item( string name ) {get;}
Parameters
- name
- A System.String value indicating the name of the property definition to get.
Property Value
The CustomPropertyDefinition with the specified name, ornull
if not found.