Gets the sequence number of this subscription definition within the CustomerType.

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

Syntax

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

Field Value

An integer between 1 and 10 corresponding to this subscriptions order within the CustomerType

See Also