MethodResponse.ReturnValue プロパティ

定義

メソッド呼び出しの戻り値を取得します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

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

プロパティ値

メソッド呼び出しの戻り値を表す Object

実装

属性

注釈

メソッドはリモート オブジェクトに属しています。

適用対象