Click or drag to resize

IComponentProperties Property

IT Hit WebDAV Classes Reference
Dictionary of all business card or calendar properties.

Namespace:  ITHit.Collab
Assembly:  ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax
IDictionary<string, IList<IRawProperty>> Properties { get; }

Property Value

Type: IDictionaryString, IListIRawProperty
Remarks
Properties are grouped by property name for faster access. Each dictionary entry corresponds to the list of properties with identical names. Property names are case insensitive.
See Also