MethodReturnMessageWrapper.MethodName Propriedade
Definição
Obtém o nome do método invocado.Gets the name of the invoked method.
Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.
public:
virtual property System::String ^ MethodName { System::String ^ get(); };
public virtual string MethodName { get; }
[get: System.Security.SecurityCritical]
public virtual string MethodName { get; }
member this.MethodName : string
[<get: System.Security.SecurityCritical>]
member this.MethodName : string
Public Overridable ReadOnly Property MethodName As String
Valor da propriedade
Um String que contém o nome do método invocado.A String that contains the name of the invoked method.
Implementações
- Atributos
Comentários
O método pertence a um objeto remoto.The method belongs to a remote object.