IDavComponentComponents Property
IT Hit WebDAV Classes Reference
Dictionary of all calendar properties. Empty for card object.
Namespace: ITHit.WebDAVAssembly: ITHit.WebDAV (in ITHit.WebDAV.dll) Version: 1.0.0.503 (1.0.0.503)
SyntaxIDictionary<string, IList<IDavComponent>> Components { get; }
ReadOnly Property Components As IDictionary(Of String, IList(Of IDavComponent))
Get
property IDictionary<String^, IList<IDavComponent^>^>^ Components {
IDictionary<String^, IList<IDavComponent^>^>^ get ();
}
abstract Components : IDictionary<string, IList<IDavComponent>> with 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