Item Location Quantity (ASBIE). An association to the original Item Location Quantity.
Namespace: Unimaze.Composer.Ubl2.ComponentsAssembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)
Syntax
| C# |
|---|
public IItemLocationQuantity OriginalItemLocationQuantity { get; set; } |
| Visual Basic |
|---|
Public Property OriginalItemLocationQuantity As IItemLocationQuantity
Get
Set |
| Visual C++ |
|---|
public:
virtual property IItemLocationQuantity^ OriginalItemLocationQuantity {
IItemLocationQuantity^ get () sealed;
void set (IItemLocationQuantity^ value) sealed;
} |
| F# |
|---|
abstract OriginalItemLocationQuantity : IItemLocationQuantity with get, set
override OriginalItemLocationQuantity : IItemLocationQuantity with get, set |
Property Value
Type:
IItemLocationQuantityImplements
IPricingReference..::..OriginalItemLocationQuantityRemarks
See Also