Gets or sets sequence of this event. You should increment this number for each event update. First update should have sequence set to 1.

Namespace: Limilabs.Mail.Appointments
Assembly: Mail (in Mail.dll) Version: 3.0.12102.1426

Syntax

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

See Also