Gets or sets the category for this variable.

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

Property Value

A string representing the category of the variable.

See Also

Variable Object | Variable Members | HelpProducer Namespace