Property information.
  GetValue | Get the value of the property. Use PropertyType to determine the type to cast to. | 
  SetValue | Set the value of the property. Use PropertyType to determine the type to cast to. | 
  HasMax | Determine if the property has a maximum value. | 
  HasMin | Determine if the property has a minimum value. | 
  Max | Get the maximum value of this property. Use PropertyType to determine the type to cast to. | 
  Min | Get the minimum value of this property. Use PropertyType to determine the type to cast to. | 
  Name | Get the name of the property. | 
  PropertyType | Get the type of property. | 





