MethodReturnMessageWrapper.ReturnValue Propriedade
Definição
Obtém o valor retornado de chamada de método.Gets the return value of the method call.
Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.
public:
virtual property System::Object ^ ReturnValue { System::Object ^ get(); void set(System::Object ^ value); };
public virtual object ReturnValue { get; set; }
[get: System.Security.SecurityCritical]
public virtual object ReturnValue { get; set; }
member this.ReturnValue : obj with get, set
[<get: System.Security.SecurityCritical>]
member this.ReturnValue : obj with get, set
Public Overridable Property ReturnValue As Object
Valor da propriedade
Um Object que representa o valor de retorno da chamada do método.A Object that represents the return value of the method call.
- Atributos
Comentários
O método pertence a um objeto remoto.The method belongs to a remote object.