Share via


WebSiteGetUsageMetricsResponse.UsageMetric.NextResetTime Property

 

Gets or sets the time at which the metric will be reset.

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

Syntax

public DateTime NextResetTime { get; set; }
public:
property DateTime NextResetTime {
    DateTime get();
    void set(DateTime value);
}
member NextResetTime : DateTime with get, set
Public Property NextResetTime As Date

Property Value

Type: System.DateTime

The time.

See Also

WebSiteGetUsageMetricsResponse.UsageMetric Class
Microsoft.WindowsAzure.Management.WebSites.Models Namespace

Return to top