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