| Visual Basic (Declaration) | |
|---|---|
Public Overloads ReadOnly Property Item( _ ByVal name As System.String _ ) As CustomPropertyDefinition | |
| C# | |
|---|---|
public CustomPropertyDefinition Item( System.string name ) {get;} | |
Parameters
- name
- The name of the CustomPropertyDefinition to get or set.