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.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 ();
}

See Also