public Nullable<float> HeightTo { get; set; }
Public Property HeightTo As Nullable(Of Single) Get Set
public: property Nullable<float> HeightTo { Nullable<float> get (); void set (Nullable<float> value); }