Click or drag to resize
QueryGetTelemetryProperties Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Dictionary<string, string> GetTelemetryProperties(
	IDictionary<string, string> properties = null
)

Parameters

properties (Optional)
Type: System.Collections.GenericIDictionaryString, String

Return Value

Type: DictionaryString, String

Implements

ITelemetry.GetTelemetryProperties(IDictionaryString, String)
See Also