charset property

Sets or retrieves the character set used to encode the object.

Syntax

HRESULT value = object.put_charset( v);HRESULT value = object.get_charset(* p);

Property values

Type: BSTR

the character set.

Standards information

Remarks

You must set the value of this property before you can retrieve it.

In Microsoft Internet Explorer 6, This property now applies to the a, link, and script objects.