Gets or sets the label of this option group.

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

Property Value

A string representing the label of this option group.

See Also

HTMLOptGroupElement Object | HTMLOptGroupElement Members | DOM Namespace