ISoapMessage.MethodName Propriedade
Definição
Obtém ou define o nome do método chamado.Gets or sets the name of the called method.
public:
property System::String ^ MethodName { System::String ^ get(); void set(System::String ^ value); };
public string MethodName { get; set; }
member this.MethodName : string with get, set
Public Property MethodName As String
Valor da propriedade
O nome do método chamado.The name of the called method.