IJournalSequence Property
IT Hit WebDAV Classes Reference
Gets or sets the revision sequence number of the calendar component within a sequence of revisions.
Namespace:
ITHit.Collab.Calendar
Assembly:
ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax IInteger Sequence { get; set; }
Property Sequence As IInteger
Get
Set
property IInteger^ Sequence {
IInteger^ get ();
void set (IInteger^ value);
}
abstract Sequence : 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
When a calendar component is created, its sequence
number is 0. It is monotonically incremented by the "Organizer's"
CUA each time the "Organizer" makes a significant revision to the
calendar component.
http://tools.ietf.org/html/rfc5545#section-3.8.7.4
See Also