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