NDoc 1.3.1 SDK

BaseDocumenter.Name Property

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

Implements

IDocumenter.Name

See Also

BaseDocumenter Class | NDoc.Core Namespace