Variable.Value Property
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);
A string representing the value of the variable.
Variable Object | Variable Members | HelpProducer Namespace