HTMLAppletElement.Name

HTMLAppletElement.Name property

The name of the applet. See the name attribute definition in HTML 4.01. This attribute is deprecated in HTML 4.01.

public string Name { get; set; }

See Also