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