NDoc 1.3.1 SDK

BaseDocumenterConfig.Project Property

Gets the Project that this config is associated with, if any

[Visual Basic]
Protected Property ReadOnly Project As Project
[C#]
protected Project Project { get; }
[C++]
protected: __property Project* get_Project();
[JScript]
protected function get Project() : Project

Property Value

The Project that this config is associated with, or a a null reference (Nothing in Visual Basic) if it is not associated with a project.

See Also

BaseDocumenterConfig Class | NDoc.Core Namespace