MethodResponse.MethodName プロパティ

定義

呼び出されたメソッドの名前を取得します。

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

public:
 property System::String ^ MethodName { System::String ^ get(); };
public string MethodName { get; }
public string MethodName { [System.Security.SecurityCritical] get; }
member this.MethodName : string
[<get: System.Security.SecurityCritical>]
member this.MethodName : string
Public ReadOnly Property MethodName As String

プロパティ値

呼び出されたメソッドの名前を格納している String

実装

属性

注釈

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

適用対象