Share via


MonitoringAlert.ResolvedBy Property

Definition

Who resolved this alert.

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

Property Value

Returns a String that contains the name of the user who resolved this alert.

Attributes

Remarks

If the alert is active, then this property is null.

Applies to