Content Unit (BBIE). The quantity of the order unit of measure of the line.
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 IQuantity ContentUnitQuantity { get; set; } |
| Visual Basic |
|---|
Public Property ContentUnitQuantity As IQuantity
Get
Set |
| Visual C++ |
|---|
public:
virtual property IQuantity^ ContentUnitQuantity {
IQuantity^ get () sealed;
void set (IQuantity^ value) sealed;
} |
| F# |
|---|
abstract ContentUnitQuantity : IQuantity with get, set
override ContentUnitQuantity : IQuantity with get, set |
Property Value
Type:
IQuantityImplements
ICatalogueLine..::..ContentUnitQuantityRemarks
Examples
If order unit measure identifier is "each", then content unit quantity is "1".
See Also