WorkspaceAPIGetVariableDetails Method |
Returns details of the specified variable.
Namespace:
ZohoAnalytics
Assembly:
ZohoAnalytics (in ZohoAnalytics.exe) Version: 0.0.0.0
Syntax public Dictionary<string, Object> GetVariableDetails(
long variableId
)
Parameters
- variableId
- Type: SystemInt64
The id of the variable.
Return Value
Type:
DictionaryString,
ObjectVariable details.
See Also