public decimal AvailableQuantity { get; set; }
Public Property AvailableQuantity As Decimal Get Set
public: property Decimal^ AvailableQuantity { Decimal^ get (); void set (Decimal^ value); }