Share via


MonitoringAlert.LastModifiedBy Property

Definition

Who modified this alert last.

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

Property Value

Returns a String that contains the name of the user who last modified the alert.

Attributes

Remarks

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

Applies to