MonitoringAlert.Owner Property

 

Applies To: Operations Manager for System Center 2012

Gets or sets the owner of the alert.

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

Syntax

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

Property Value

Type: System.String

Returns a String that contains the owner of the alert.

Remarks

When a property value for an alert is set, call the Update method to update the property value in the alert.

See Also

MonitoringAlert Class
Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top