Share via


CustomMonitoringEvent.Parameters Property

Definition

The parameters of the event.

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

Property Value

Returns a IList<T> of strings that are the parameters for the event.

Attributes

Applies to