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.Interfaces
Assembly: 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: ILotIdentification

Remarks

Dictionary entry name
Item Instance. Lot Identification
Cardinality
0..1

See Also