The sequence in which this field, relative to the others in the view, should appear on a screen

Namespace: Asi.iBO.ContactManagement
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 ();
}

See Also