Gets or sets the name of the class file that contains the applet's compiled applet subclass.

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

Property Value

A string representing the name of the class file.

See Also

HTMLAppletElement Object | HTMLAppletElement Members | DOM Namespace