Gets the display name of this documenter.
[Visual Basic] Public Property ReadOnly Name As String _ Implements IDocumenter.Name [C#] public string Name { get; } [C++] public: __property String* get_Name(); [JScript] public function get Name() : String
BaseDocumenter Class | NDoc.Core Namespace