Gets the invoice reference number stored in the Invoice and Trans tables for this CGift object.
Namespace:
Asi.iBO.CommerceAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public int InvoiceReferenceNumber { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property InvoiceReferenceNumber As Integer |
| Visual C++ |
|---|
public: property int InvoiceReferenceNumber { int get (); } |
Field Value
An Int32 that contains the invoice reference number.
Remarks
This property is set when Save()()() is called, and is not valid before that time.