Share via


MonitoringAlert.ProblemId Property

Definition

The Id of the associated monitor if IsMonitorAlert is true, otherwise the problem id.

public:
 property Guid ProblemId { Guid get(); };
[System.Runtime.Serialization.DataMember(IsRequired=true)]
public Guid ProblemId { get; }
member this.ProblemId : Guid
Public ReadOnly Property ProblemId As Guid

Property Value

Returns the Guid of the associated monitor if the IsMonitorAlert property is true , otherwise, returns the GUID for the problem.

Attributes

Applies to