XML3 - API DLL Documentation 
Assembly: XMLV3API (in XMLV3API.dll) Version: 1.0.0.0 (1.0.0.0)
 Type of line that is on the order. This will either be a P (Product Line), S (Service Line) and C (Comment Line)
 
Namespace: XMLV3API.InvoicesAssembly: XMLV3API (in XMLV3API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# | 
|---|
public string LineType { get; }  | 
| Visual Basic | 
|---|
Public ReadOnly Property LineType As String Get  | 
| Visual C++ | 
|---|
public: property String^ LineType { String^ get (); }  |