SoapMessage.ParamNames Propiedad

Definición

Obtiene o establece los nombres de parámetro del método al que se llamó.

public:
 property cli::array <System::String ^> ^ ParamNames { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
public string[] ParamNames { get; set; }
member this.ParamNames : string[] with get, set
Public Property ParamNames As String()

Valor de propiedad

String[]

Nombre de parámetro del método al que se llamó.

Implementaciones

Se aplica a