Base PropertyCharacter Set Property
This is used to set or get the character set used for the value
Definition
Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public string CharacterSet { get; set; }VB
Public Property CharacterSet As String
Get
SetC++
public:
property String^ CharacterSet {
String^ get ();
void set (String^ value);
}F#
member CharacterSet : string with get, setProperty Value
StringIf 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.