EventTelemetry.Metrics Property

Namespace: Microsoft.ApplicationInsights.Contracts
Assembly: Microsoft.ApplicationInsights (in Microsoft.ApplicationInsights.dll)

Usage

'Usage
Dim instance As EventTelemetry
Dim value As IDictionary(Of String, Double)

value = instance.Metrics

Syntax

'Declaration
Public ReadOnly Property Metrics As IDictionary(Of String, Double)
public IDictionary<string,double> Metrics { get; }
public:
property IDictionary<String^, double>^ Metrics {
    IDictionary<String^, double>^ get ();
}
/** @property */
public IDictionary<String,double> get_Metrics ()
public function get Metrics () : IDictionary<String,double>

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows 8, Windows Server 2012

See Also

Reference

EventTelemetry Class
EventTelemetry Members
Microsoft.ApplicationInsights.Contracts Namespace