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 there is no NSS variable with the
specified name.