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