Gets or sets recurring interval of this rule.

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

Syntax

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

See Also