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

Syntax

C#
public int Sequence { get; }
Visual Basic (Declaration)
Public ReadOnly Property Sequence As Integer
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