Click or drag to resize

IDavComponentProperties Property

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

Namespace: ITHit.WebDAV
Assembly: ITHit.WebDAV (in ITHit.WebDAV.dll) Version: 1.0.0.503 (1.0.0.503)
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