IRecurrenceRuleCount Property
IT Hit WebDAV Classes Reference
Gets or sets "COUNT" rule part which contains the number of occurrences at which to
range-bound the recurrence. The "DTSTART" property value always counts as the first occurrence.
Namespace:
ITHit.Collab.Calendar
Assembly:
ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax Nullable<uint> Count { get; set; }
Property Count As Nullable(Of UInteger)
Get
Set
property Nullable<unsigned int> Count {
Nullable<unsigned int> get ();
void set (Nullable<unsigned int> value);
}
abstract Count : Nullable<uint32> with get, set
Property Value
Type:
NullableUInt32See Also