Gets or sets the content type for data downloaded via the data attribute.

[VBScript]
Public Property Type As String
[JScript]
public function get Type() : String;
public function set Type(String);

Property Value

A string representing the content type for data downloaded via the data attribute.

See Also

HTMLObjectElement Object | HTMLObjectElement Members | DOM Namespace