Returns the property type of the given property.
Public Function GetPropertyType( ByVal propName As String ) As PropertyType
public PropertyType GetPropertyType(string propName)
propName The name of the property.
The property type.