Gets or sets priority of this event.

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

Syntax

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

See Also