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
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.
BaseDocumenterConfig Class | NDoc.Core Namespace