Click or drag to resize

IRawPropertyListValue Property

IT Hit WebDAV Classes Reference
Gets or sets parsed list-value consisting of components separated by the coma character.

Namespace: ITHit.WebDAV
Assembly: ITHit.WebDAV (in ITHit.WebDAV.dll) Version: 1.0.0.503 (1.0.0.503)
Syntax
string[] ListValue { get; set; }

Property Value

Type: String
Remarks

This property is used for accessing NICKNAME and CATEGORIES property values that use coma as a separator for property values. In these properties, list-values are separated by coma (,) character.

This property escapes/unescapes value according to business card and calendar specific version value escaping rules. In vCard 3.0, 4.0 and iCalendar 2.0 it escapes/unescapes semicolon (;), coma (,) and newline characters. In vCard 2.1 it escapes only semicolon (;) char. Coma (,) is not escaped.

Examples
Abc,Example,Some value
See Also