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.
Assembly: mscorlib (in mscorlib.dll)
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.
Show: