Click or drag to resize

IDavComponentComponents Property

IT Hit WebDAV Classes Reference
Dictionary of all calendar properties. Empty for card object.

Namespace: ITHit.WebDAV
Assembly: ITHit.WebDAV (in ITHit.WebDAV.dll) Version: 1.0.0.503 (1.0.0.503)
Syntax
IDictionary<string, IList<IDavComponent>> Components { get; }

Property Value

Type: IDictionaryString, IListIDavComponent
Remarks
Components are grouped by component name for faster access. Each dictionary entry corresponds to the list of components with identical names. Component names are case insensitive.
See Also