Gets or sets the name for this variable.

[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 the variable.

See Also

Variable Object | Variable Members | HelpProducer Namespace