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