The key to the Activity

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

Syntax

C#
public int SequenceNumber { get; set; }
Visual Basic
Public Property SequenceNumber As Integer
	Get
	Set
Visual C++
public:
property int SequenceNumber {
	int get ();
	void set (int value);
}

Remarks

BE VERY CAREFUL setting this property. It is the key. You should not normally have to set it. On new Activity records it will be assigned automatically.

See Also