MonitoringAlert.LastModifiedByNonConnector Property

 

Applies To: Operations Manager for System Center 2012

Gets the last time, in DateTime format, the alert was modified by something other than a connector.

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

Syntax

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

Property Value

Type: System.DateTime

Returns the last time in DateTime, the alert was modified by something other than a connector.

Remarks

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

See Also

MonitoringAlert Class
Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top