APIDeleteGlobalVariable Method |
Deletes specified global variable.
Namespace:
AppRobotic
Assembly:
AppRobotic (in AppRobotic.dll) Version: 15.21.3.21 (15.21.03.21)
Syntax public string DeleteGlobalVariable(
string VariableName
)
Parameters
- VariableName
- Type: SystemString
Specify the global variable name.
Return Value
Type:
StringReturns 'success' if delete is successful, error message string if failed
See Also