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; }
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,
IListIRawPropertyRemarks
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