MonitoringEvent.TimeGenerated Property
Applies To: Operations Manager for System Center 2012
Gets the time, in DateTime format, that the event was generated.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
public DateTime TimeGenerated { get; }
public:
property DateTime TimeGenerated {
DateTime get();
}
member TimeGenerated : DateTime with get
Public ReadOnly Property TimeGenerated As Date
Property Value
Type: System.DateTime
Returns a DateTime that the event was generated.
See Also
MonitoringEvent Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top