AnalyticsControlID Property

Gets the ID which should be used with this control.

Definition

Namespace: inmydata.WindowsForms.Library
Assembly: inmydata.WindowsForms.Library (in inmydata.WindowsForms.Library.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public string ID { get; set; }

Property Value

String
The ID which should be used with this control.

Return Value

String
The ID which should be used with this control.

Remarks

For different content types their property will have different values. When using with a dashboard the ID will be the Dashboard ID. When using with a visualisation is will be a visualisation ID. These ID's can be found in the inmydata UI when you have the dashboard or visualisation open. The option to find the ID will be in the bar on the left.

See Also