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.Components
Assembly: Unimaze.Composer.Ubl2 (in Unimaze.Composer.Ubl2.dll) Version: 2.1.200.0 (2.1.0.22)

Syntax

C#
public ILotIdentification LotIdentification { get; set; }
Visual Basic
Public Property LotIdentification As ILotIdentification
	Get
	Set
Visual C++
public:
virtual property ILotIdentification^ LotIdentification {
	ILotIdentification^ get () sealed;
	void set (ILotIdentification^ value) sealed;
}
F#
abstract LotIdentification : ILotIdentification with get, set
override LotIdentification : ILotIdentification with get, set

Property Value

Type: ILotIdentification

Implements

IItemInstance..::..LotIdentification

Remarks

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

See Also