GetNSSVariable
Returns the specified NSS environment variable; VBScript only.
Syntax
string GetNssVariable (string name)
Parameter
Specify the following parameter when using this method:
Parameter | Description |
name |
The name of the variable. |
Return value
The value of the variable, or null if name is not a defined variable.