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