Gets or sets the value for this variable.

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

Property Value

A string representing the value of the variable.

See Also

Variable Object | Variable Members | HelpProducer Namespace