XML3 - API DLL Documentation
Property to Get or Set the Line No property.

Namespace: XMLV3API.Order
Assembly: XMLV3API (in XMLV3API.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public int LineNo { get; set; }
Visual Basic
Public Property LineNo As Integer
	Get
	Set
Visual C++
public:
property int LineNo {
	int get ();
	void set (int value);
}

Field Value

Return Value

Remarks