IRawPropertyTextValue Property
IT Hit WebDAV Classes Reference
Gets or sets text value. Unescapes text when getting, escapes when setting.
Namespace:
ITHit.Collab
Assembly:
ITHit.Collab (in ITHit.Collab.dll) Version: 1.0.0.540 (1.0.0.540)
Syntax string TextValue { get; set; }
Property TextValue As String
Get
Set
property String^ TextValue {
String^ get ();
void set (String^ value);
}
abstract TextValue : string with get, set
Property Value
Type:
StringRemarks
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. For vCard 2.1 if Quoted-Printable encoding is used it encodes/decodes text.
See Also