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