Share via


MonitoringAlert.Owner Property

Definition

The owner of the Alert.

public:
 property System::String ^ Owner { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember(IsRequired=true)]
public string Owner { get; set; }
member this.Owner : string with get, set
Public Property Owner As String

Property Value

Returns a String that contains the owner of the alert.

Attributes

Remarks

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

Applies to