ResolvedMethod.MethodName Property

Definition

Gets the method name (without the containing type name). If the method name cannot be retrieved, an empty string is returned.

public:
 property System::String ^ MethodName { System::String ^ get(); };
public:
 property Platform::String ^ MethodName { Platform::String ^ get(); };
public string MethodName { get; }
member this.MethodName : string
Public ReadOnly Property MethodName As String

Property Value

Applies to