MonitoringEvent.Parameters Property

Definition

The parameters of the event.

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ Parameters { System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ get(); };
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 parameters for the event.

Applies to