Namespace Property

TypeDelegator.Namespace Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets the namespace of the implemented type.

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

public override string Namespace { get; }

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 Assembly, the returned namespace is System.Reflection.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft