Click or drag to resize

IRawPropertyStructuredValue Property

IT Hit WebDAV Classes Reference
Gets or sets parsed structured text value consisting of components separated by the semicolon character.

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

Property Value

Type: String
Remarks

This property is used for accessing ORG property values that use semicolon as a separator for property values. In these property, list-values are separated by 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.

Examples
Abc;Example;Some value
See Also