PropertyBuilder::Name Property

 

Gets the name of this member.

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

public:
property String^ Name {
	virtual String^ get() override;
}

Property Value

Type: System::String^

A String containing the name of this member.

.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Return to top
Show: