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