'Declaration
Overloads Function GetProperty( _ ByVal index As Integer _ ) As CustomProperty
CustomProperty GetProperty( int index )
CustomProperty^ GetProperty( int index )
Parameters
- index
- The zero-based index of the property to get.
Return Value
The property at the requested index. Throws an exception if the index is not valid.