Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft