Click or drag to resize

IRawPropertyCompoundValue Property

IT Hit WebDAV Classes Reference
Gets or sets parsed compound property value.

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

Property Value

Type: String
Remarks

This property is used for accessing ADR, N and other property values that use semicolon as a separator. In these properties, segments are separated by semicolon (;) character. In properties other than ADR and N the semicolon characters may not be escaped in values. That is why this property must be used only for parsing properties values that escape semicolon 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.

See Also