Gets or sets the line number on the Invoice associated with the last payment made on this Subscription

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

Syntax

C#
public int InvoiceLineNumber { get; }
Visual Basic
Public ReadOnly Property InvoiceLineNumber As Integer
	Get
Visual C++
public:
property int InvoiceLineNumber {
	int get ();
}

See Also