Click or drag to resize

ISchedulingComponentPriority Property

IT Hit WebDAV Classes Reference
Gets or sets the relative priority for a calendar component.

Namespace: ITHit.WebDAV.Calendar.Components
Assembly: ITHit.WebDAV (in ITHit.WebDAV.dll) Version: 1.0.0.503 (1.0.0.503)
Syntax
IInteger Priority { get; set; }

Property Value

Type: IInteger
IInteger or null if property is not present. Use CreatePropertyT to create a new property and assign value. Set value to null to remove the property.
Remarks

An integer in the range 0 to 9. A value of 0 specifies an undefined priority. A value of 1 is the highest priority.

http://tools.ietf.org/html/rfc5545#section-3.8.1.9

See Also