Share via


MetricEvent.MetricName Property

 

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Diagnostics
Assembly:  Microsoft.WindowsAzure.Mobile.Service.WebHost (in Microsoft.WindowsAzure.Mobile.Service.WebHost.dll)

Syntax

public string MetricName {
    [CompilerGeneratedAttribute]
    get;
    [CompilerGeneratedAttribute]
    set;
}
public:
property String^ MetricName {
    [CompilerGeneratedAttribute]
    String^ get();
    [CompilerGeneratedAttribute]
    void set(String^ value);
}
member MetricName : string with get, set
Public Property MetricName As String

Property Value

Type: System.String

See Also

MetricEvent Class
Microsoft.WindowsAzure.Mobile.Service.Diagnostics Namespace

Return to top