NDoc 1.3.1 SDK

IDocumenter.Config Property

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);

Remarks

This can be put inside a PropertyGrid for editing by the user.

See Also

IDocumenter Interface | NDoc.Core Namespace