TypeBuilder::Namespace Property

 

Retrieves the namespace where this TypeBuilder is defined.

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

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

Property Value

Type: System::String^

Read-only. Retrieves the namespace where this TypeBuilder is defined.

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