EventInfo.ParameterNames Property

Definition

Returns the name given to the parameter located in the specified position in the array. This field is read-only.

public:
 property cli::array <System::String ^> ^ ParameterNames { cli::array <System::String ^> ^ get(); };
public string[] ParameterNames { get; }
member this.ParameterNames : string[]
Public ReadOnly Property ParameterNames As String()

Property Value

String[]

A String that contains the name for the parameter.

Applies to