MonitoringEvent.TimeAdded Property

 

Applies To: Operations Manager for System Center 2012

Gets the time, in DateTime format, that the event was added to the system.

Namespace:   Microsoft.EnterpriseManagement.Monitoring
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

public DateTime TimeAdded { get; }
public:
property DateTime TimeAdded {
    DateTime get();
}
member TimeAdded : DateTime with get
Public ReadOnly Property TimeAdded As Date

Property Value

Type: System.DateTime

Returns a DateTime that the event was added to the system.

See Also

MonitoringEvent Class
Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top