Lot Identification (ASBIE). Associates the item instance with its lot identification (the identification that allows recall of the item if necessary).
Namespace: Unimaze.Composer.Ubl2.InterfacesAssembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)
Syntax
| C# |
|---|
ILotIdentification LotIdentification { get; set; } |
| Visual Basic |
|---|
Property LotIdentification As ILotIdentification
Get
Set |
| Visual C++ |
|---|
property ILotIdentification^ LotIdentification {
ILotIdentification^ get ();
void set (ILotIdentification^ value);
} |
| F# |
|---|
abstract LotIdentification : ILotIdentification with get, set
|
Property Value
Type:
ILotIdentificationRemarks
See Also