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.2.0

Syntax

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

See Also