public string CharacterSet { get; set; }
Public Property CharacterSet As String
Get
Set
public:
property String^ CharacterSet {
String^ get ();
void set (String^ value);
}
member CharacterSet : string with get, set
If not set, it is assumed to be ASCII. The value should be a character set string as defined in Section 7.1 of RFC 1521 but the class does not enforce this through validation.
This property is only applicable to properties in objects conforming to the vCard 2.1 or vCalendar 1.0 specification. It is ignored by all other specifications.