IComponentComponents Property
IT Hit WebDAV Classes Reference
Dictionary of all calendar components. Empty for card object.
Namespace:
ITHit.Collab
Assembly:
ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax IDictionary<string, IList<IComponent>> Components { get; }
ReadOnly Property Components As IDictionary(Of String, IList(Of IComponent))
Get
property IDictionary<String^, IList<IComponent^>^>^ Components {
IDictionary<String^, IList<IComponent^>^>^ get ();
}
abstract Components : IDictionary<string, IList<IComponent>> with get
Property Value
Type:
IDictionaryString,
IListIComponentRemarks
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