[]
Gets a CustomPropertyDefinition using the specified name.
public CustomPropertyDefinition this[string name] { get; }
| Type | Name | Description |
|---|---|---|
| string | name | A string value indicating the name of the property definition to get. |
| Type | Description |
|---|---|
| CustomPropertyDefinition | The CustomPropertyDefinition with the specified name, or |
var customProperties = new CustomPropertyDefinitionCollection();
var customProperty = customProperties["Property1"];