Returns the name of the module with the path removed.
[Visual Basic] Public ReadOnly Property Name As String [C#] public string Name {get;} [C++] public: __property String* get_Name(); [JScript] public function get Name() : String;
Read-only.
To get the name and the path, use FullyQualifiedName.