次の方法で共有


ReturnMessage.MethodName プロパティ

定義

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

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

プロパティ値

現在の ReturnMessage の生成元のメソッドの名前。

実装

属性

適用対象