Gets or sets the name of a run-time parameter.

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

Property Value

A string representing the name of a run-time parameter.

See Also

HTMLParamElement Object | HTMLParamElement Members | DOM Namespace