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