MonitoringAlert.LastModified Property

 

Applies To: Operations Manager for System Center 2012

Gets the last time, in DateTime format, that the alert was modified.

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

Syntax

[DataMemberAttribute(IsRequired = true)]
public DateTime LastModified { get; internal set; }
public:
[DataMemberAttribute(IsRequired = true)]
property DateTime LastModified {
    DateTime get();
    internal: void set(DateTime value);
}
[<DataMemberAttribute(IsRequired = true)>]
member LastModified : DateTime with get, internal set
<DataMemberAttribute(IsRequired := True)>
Public Property LastModified As Date
    Get
    Friend Set
End Property

Property Value

Type: System.DateTime

Returns the last time in DateTime that the alert was modified.

Remarks

This property value is updated when an alert Update method is called.

See Also

MonitoringAlert Class
Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top