HistoricalUsageMetricSample.Total Property
Optional. Value of the metric sample for the time taken.
Namespace: Microsoft.WindowsAzure.Management.WebSites.Models
Assembly: Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)
Syntax
public string Total { get; set; }
public:
property String^ Total {
String^ get();
void set(String^ value);
}
member Total : string with get, set
Public Property Total As String
Property Value
Type: System.String
See Also
HistoricalUsageMetricSample Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace
Return to top