'Declaration
Overloads Function GetProperty( _ ByVal index As String _ ) As CustomProperty
CustomProperty GetProperty( string index )
CustomProperty^ GetProperty( String^ index )
Parameters
- index
- The name (case-insensitive) of the property to get.
Return Value
The requested property, or null (Nothing) if no property exists with that name.