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