HistoricalUsageMetric.Code Property

 

Optional. Reports whether the metric data was returned successfully.

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

Syntax

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

Property Value

Type: System.String

See Also

HistoricalUsageMetric Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace

Return to top