| GetVarAction Constructor (String) |
Creates a new GetVarAction that queries for the given global variable.
Namespace: AsterNET.Manager.ActionAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public GetVarAction(
string variable
)
Public Sub New (
variable As String
)
public:
GetVarAction(
String^ variable
)
new :
variable : string -> GetVarAction
Parameters
- variable
- Type: SystemString
the name of the global variable to query.
See Also