IRawPropertyStructuredValue Property
IT Hit WebDAV Classes Reference
Gets or sets parsed structured text value consisting of components separated by the semicolon character.
Namespace: ITHit.WebDAVAssembly: ITHit.WebDAV (in ITHit.WebDAV.dll) Version: 1.0.0.503 (1.0.0.503)
Syntaxstring[] StructuredValue { get; set; }
Property StructuredValue As String()
Get
Set
property array<String^>^ StructuredValue {
array<String^>^ get ();
void set (array<String^>^ value);
}
abstract StructuredValue : string[] with 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.
ExamplesAbc;Example;Some value
See Also