Share via


MetricValue.Timestamp Property

 

Optional. The timestamp for the metric value.

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

Syntax

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

Property Value

Type: System.DateTime

See Also

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

Return to top