MethodResponse.ReturnValue Property

Definition

Gets the return value of the method call.

This API supports the product infrastructure and is not intended to be used directly from your code.

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

Property Value

A Object that represents the return value of the method call.

Implements

Attributes

Remarks

The method belongs to a remote object.

Applies to