Gets or sets the documenter's config object.
[Visual Basic] Property Config As IDocumenterConfig [C#] IDocumenterConfig Config { get; set; } [C++] __property IDocumenterConfig* get_Config(); __property void set_Config(IDocumenterConfig* ); [JScript] function get Config() : IDocumenterConfig function set Config(IDocumenterConfig);
This can be put inside a PropertyGrid for editing by the user.
IDocumenter Interface | NDoc.Core Namespace