IEventBasePriority Property 
IT Hit WebDAV Classes Reference 
            Gets or sets the relative priority for a calendar component.
            
 
    Namespace: 
   ITHit.Collab.Calendar
    Assembly:
   ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
SyntaxIInteger Priority { get; set; }Property Priority As IInteger
	Get
	Set
property IInteger^ Priority {
	IInteger^ get ();
	void set (IInteger^ value);
}abstract Priority : IInteger with get, set
Property Value
Type: 
IIntegerIInteger 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