ISoapMessage.ParamNames Propriedade
Definição
Obtém ou define os nomes de parâmetro da chamada de método.Gets or sets the parameter names of the method call.
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 da chamada de método.The parameter names of the method call.