Incident.ActivatedTime Property
Optional. The time at which the incident got activated.
Namespace: Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models
Assembly: Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.dll)
Syntax
public DateTime ActivatedTime { get; set; }
public:
property DateTime ActivatedTime {
DateTime get();
void set(DateTime value);
}
member ActivatedTime : DateTime with get, set
Public Property ActivatedTime As Date
Property Value
Type: System.DateTime
See Also
Incident Class
Microsoft.WindowsAzure.Management.Monitoring.Alerts.Models Namespace
Return to top