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