Gets or sets the invoice number associated with this
COrder.
Namespace:
Asi.iBO.Commerce
Assembly:
Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public int InvoiceNumber { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property InvoiceNumber As Integer |
| Visual C++ |
|---|
public:
property int InvoiceNumber {
int get ();
void set (int value);
} |
See Also