Returns the shared variable that was specified by the SetSharedVariable method. Shared variables retain their value across event boundaries.
[ReturnValue =] Object.GetSharedVariable ( VariableName )
|
Part |
Data type |
Description |
|
Object |
Object |
An object expression that evaluates to an object in the Applies To list. |
|
VariableName |
String |
The name of the variable. |
Data type: String – the value of the specified variable.