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