MonitoringAlert.IsMonitorAlert Property
Applies To: Operations Manager for System Center 2012
Gets a Boolean value that determines whether the alert was generated by a monitor.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[DataMemberAttribute(IsRequired = true)]
public bool IsMonitorAlert { get; internal set; }
public:
[DataMemberAttribute(IsRequired = true)]
property bool IsMonitorAlert {
bool get();
internal: void set(bool value);
}
[<DataMemberAttribute(IsRequired = true)>]
member IsMonitorAlert : bool with get, internal set
<DataMemberAttribute(IsRequired := True)>
Public Property IsMonitorAlert As Boolean
Get
Friend Set
End Property
Property Value
Type: System.Boolean
Returns a Boolean value that is true if the alert was generated by a monitor and false otherwise.
See Also
MonitoringAlert Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top