MonitoringAlert.LastModifiedBy Property

 

Applies To: Operations Manager for System Center 2012

Gets the name of the user that last modified the alert.

Namespace:   Microsoft.EnterpriseManagement.Monitoring
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Syntax

[DataMemberAttribute(IsRequired = true)]
public string LastModifiedBy { get; internal set; }
public:
[DataMemberAttribute(IsRequired = true)]
property String^ LastModifiedBy {
    String^ get();
    internal: void set(String^ value);
}
[<DataMemberAttribute(IsRequired = true)>]
member LastModifiedBy : string with get, internal set
<DataMemberAttribute(IsRequired := True)>
Public Property LastModifiedBy As String
    Get
    Friend Set
End Property

Property Value

Type: System.String

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

Remarks

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

See Also

MonitoringAlert Class
Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top