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