VariableCollectionSetValue Method
Set the value of the specified variable, creating it if it doesn't
exist.
Namespace: ActionEngineAssembly: ActionEngine (in ActionEngine.dll) Version: 26.2117.4453
public void SetValue(
string name,
Object value
)
Public Sub SetValue (
name As String,
value As Object
)
No code example is currently available or this language may not be supported.
Parameters
- name String
-
Name of the variable to access.
- value Object
-
Value to set.