Share via


MethodResponse.ReturnValue Proprietà

Definizione

Ottiene il valore restituito dalla chiamata di metodo.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

public:
 property System::Object ^ ReturnValue { System::Object ^ get(); };
public object ReturnValue { get; }
public object ReturnValue { [System.Security.SecurityCritical] get; }
member this.ReturnValue : obj
[<get: System.Security.SecurityCritical>]
member this.ReturnValue : obj
Public ReadOnly Property ReturnValue As Object

Valore della proprietà

Oggetto Object che rappresenta il valore restituito dalla chiamata di metodo.

Implementazioni

Attributi

Commenti

Il metodo appartiene a un oggetto remoto.

Si applica a