Retrieves the fully qualified name of the implemented type.
[Visual Basic] Overridable Public ReadOnly Property FullName As String [C#] public string FullName {override get;} [C++] public: __property virtual String* get_FullName(); [JScript] public function get FullName() : String;
Read only.
A string containing the fully qualified name of the current TypeDelegator.
TypeDelegator Class | TypeDelegator Members | System.Reflection Namespace