NDoc 1.3.1 SDK

IDocumenterConfig.GetProperties Method 

Gets a list of property names.

[Visual Basic]
Function GetProperties() As IEnumerable
[C#]
IEnumerable GetProperties();
[C++]
IEnumerable* GetProperties();
[JScript]
function GetProperties(): IEnumerable;

Return Value

An enumerable list of property names.

See Also

IDocumenterConfig Interface | NDoc.Core Namespace