Share via


MonitoringAlert.Parameters Property

Definition

The parameters of the alert.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ Parameters { System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ get(); };
[System.Runtime.Serialization.DataMember(IsRequired=true)]
public System.Collections.ObjectModel.ReadOnlyCollection<string> Parameters { get; }
member this.Parameters : System.Collections.ObjectModel.ReadOnlyCollection<string>
Public ReadOnly Property Parameters As ReadOnlyCollection(Of String)

Property Value

Returns a ReadOnlyCollection<T> of strings that are the parameters for the alert.

Attributes

Applies to