type property
Sets or retrieves the MIME type for the associated scripting engine.
Syntax
HRESULT value = object.put_type( v);HRESULT value = object.get_type(* p);
Property values
Type: BSTR
Remarks
Compare this property with the IHTMLElement::language property. To avoid conflict, match the IHTMLScriptElement::type with the language type specified in the IHTMLElement::language property.
Show: