MonitoringAlert.IsMonitorAlert Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Whether this alert was generated by a monitor.
public:
property bool IsMonitorAlert { bool get(); };
[System.Runtime.Serialization.DataMember(IsRequired=true)]
public bool IsMonitorAlert { get; }
member this.IsMonitorAlert : bool
Public ReadOnly Property IsMonitorAlert As Boolean
Property Value
Returns a Boolean value that is true
if the alert was generated by a monitor and false
otherwise.
- Attributes