SoapMessage.ParamNames Propriedade
Definição
Obtém ou define os nomes de parâmetro do método chamado.Gets or sets the parameter names for the called method.
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 da propriedade
- String[]
Os nomes de parâmetro para o método chamado.The parameter names for the called method.