ReturnMessage.MethodName Property

Definition

Gets the name of the called method.

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

Property Value

The name of the method that the current ReturnMessage originated from.

Implements

Attributes

Applies to