TypeDelegator.Name Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the name of the implemented type, with the path removed.
Assembly: mscorlib (in mscorlib.dll)
A string containing the name of the current TypeDelegator. Only the simple name, not the fully qualified name, is returned. To get the name and the path, use FullName.
Show: