The key to the Activity

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

Syntax

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