共用方式為


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 之方法的名稱。

實作

屬性

適用於