Gets or sets the LOT_SERIAL field of the COrderLine.

Namespace:  Asi.iBO.Commerce
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public string LotSerial { get; set; }
Visual Basic (Declaration)
Public Property LotSerial As String
Visual C++
public:
property String^ LotSerial {
	String^ get ();
	void set (String^ value);
}

Remarks

If the value supplied is greater than 20 characters in length an error is reported.

See Also