Gets the invoice reference number stored in the Invoice and Trans tables for this CGift object.

Namespace: Asi.iBO.Commerce
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public int InvoiceReferenceNumber { get; }
Visual Basic
Public ReadOnly Property InvoiceReferenceNumber As Integer
	Get
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.

See Also