MetricTelemetry.Count Property

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

Usage

'Usage
Dim instance As MetricTelemetry
Dim value As Nullable(Of Integer)

value = instance.Count

instance.Count = value

Syntax

'Declaration
Public Property Count As Nullable(Of Integer)
public Nullable<int> Count { get; set; }
public:
property Nullable<int> Count {
    Nullable<int> get ();
    void set (Nullable<int> value);
}
/** @property */
public Nullable<int> get_Count ()

/** @property */
public void set_Count (Nullable<int> value)
public function get Count () : Nullable<int>

public function set Count (value : Nullable<int>)

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

MetricTelemetry Class
MetricTelemetry Members
Microsoft.ApplicationInsights.Contracts Namespace