Gets or sets the description for this variable.

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

Property Value

A string representing the description of the variable.

See Also

Variable Object | Variable Members | HelpProducer Namespace