Applies To: Operations Manager for System Center 2012
Gets the time, in DateTime format, the alert was added to the system.
Namespace:   Microsoft.EnterpriseManagement.Monitoring
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[DataMemberAttribute(IsRequired = true)]
public DateTime TimeAdded { get; internal set; }
public:
[DataMemberAttribute(IsRequired = true)]
property DateTime TimeAdded {
    DateTime get();
    internal: void set(DateTime value);
}
[<DataMemberAttribute(IsRequired = true)>]
member TimeAdded : DateTime with get, internal set
<DataMemberAttribute(IsRequired := True)>
Public Property TimeAdded As Date
    Get
    Friend Set
End Property
Property Value
Type: System.DateTime
Returns time in DateTime, the alert was added to the system.
See Also
MonitoringAlert Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top