Gets or sets LOT_SERIAL_EXIST in the Product table.

Namespace: Asi.iBO.Events
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public bool LotSerialExistsFlag { get; set; }
Visual Basic
Public Property LotSerialExistsFlag As Boolean
	Get
	Set
Visual C++
public:
property bool LotSerialExistsFlag {
	bool get ();
	void set (bool value);
}

See Also