Gets or sets the NUM_LINES field of the invoice.
Namespace: Asi.iBO.FinancialsAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| C# |
|---|
public int NumLines { get; set; } |
| Visual Basic |
|---|
Public Property NumLines As Integer
Get
Set |
| Visual C++ |
|---|
public:
property int NumLines {
int get ();
void set (int value);
} |
See Also