EventInfo.ParameterDescriptions Property

Definition

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

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

Property Value

String[]

A String that contains the description for the parameter.

Applies to