Retrieves the name of the implemented type, with the path removed.
[Visual Basic] Overridable Public ReadOnly Property Name As String [C#] public string Name {override get;} [C++] public: __property virtual String* get_Name(); [JScript] public function get Name() : String;
Read only.
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
TypeDelegator Class | TypeDelegator Members | System.Reflection Namespace