Share via


Name Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the name of the current method.

Namespace:  System.Reflection
Assembly:  mscorlib (in mscorlib.dll)

Syntax

'Declaration
Public Overrides ReadOnly Property Name As String
public override string Name { get; }
public:
virtual property String^ Name {
    String^ get () override;
}
abstract Name : string with get
override Name : string with get
override function get Name () : String

Property Value

Type: System. . :: . .String
The name of the current method.

.NET Framework Security

See Also

Reference

MethodBase Class

System.Reflection Namespace