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