TypeDelegator::Namespace Property

 

Gets the namespace of the implemented type.

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

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

Property Value

Type: System::String^

A String containing the type's namespace.

This property gets a string containing the namespace of the current TypeDelegator. For example, if the TypeDelegator is TypeFilter, the returned namespace is System.Reflection.

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