Click or drag to resize

WorkspaceAPIGetVariableDetails Method

Returns details of the specified variable.

Namespace:  ZohoAnalytics
Assembly:  ZohoAnalytics (in ZohoAnalytics.exe) Version: 0.0.0.0
Syntax
C#
public Dictionary<string, Object> GetVariableDetails(
	long variableId
)

Parameters

variableId
Type: SystemInt64
The id of the variable.

Return Value

Type: DictionaryString, Object
Variable details.
See Also