Gets or sets the URI specifying the location of the object’s data.

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

Property Value

A string representing the URI specifying the location of the object’s data.

See Also

HTMLObjectElement Object | HTMLObjectElement Members | DOM Namespace