The character set of the encoded text
[Visual Basic] Public Property CharSet As Encoding [C#] public Encoding CharSet { get; set; } [C++] public: __property Encoding* get_CharSet(); public: __property void set_CharSet(Encoding* ); [JScript] public function get CharSet() : Encoding public function set CharSet(Encoding);