public int Quantity { get; set; }
Public Property Quantity As Integer Get Set
public: property int^ Quantity { int^ get (); void set (int^ value); }