Click or drag to resize

APIDeleteGlobalVariable Method

Deletes specified global variable.

Namespace:  AppRobotic
Assembly:  AppRobotic (in AppRobotic.dll) Version: 15.21.3.21 (15.21.03.21)
Syntax
C#
public string DeleteGlobalVariable(
	string VariableName
)

Parameters

VariableName
Type: SystemString
Specify the global variable name.

Return Value

Type: String
Returns 'success' if delete is successful, error message string if failed
See Also