Share via


MonitoringAlert.Name Property

Definition

The name of the alert.

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

Property Value

Returns a String that contains the name of the alert.

Attributes

Examples

For an example, see How to Display Operations Manager Data.

Applies to