MetricValue.Annotation Property

 

Optional. Specifies annotation for the metric.

Namespace:   Microsoft.WindowsAzure.Management.Monitoring.Metrics.Models
Assembly:  Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.dll)

Syntax

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

Property Value

Type: System.String

See Also

MetricValue Class
Microsoft.WindowsAzure.Management.Monitoring.Metrics.Models Namespace

Return to top