Gets or sets the name for the applet instance.

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

Property Value

A string representing the name for the applet instance.

See Also

HTMLAppletElement Object | HTMLAppletElement Members | DOM Namespace