public Nullable<int> Volume { get; set; }
Public Property Volume As Nullable(Of Integer) Get Set
public: property Nullable<int^> Volume { Nullable<int^> get (); void set (Nullable<int^> value); }