IDocumenterConfig.SetValue Method

NDoc Core

NDoc Documentation

IDocumenterConfig.SetValue Method 

Sets the value of a property.

void SetValue(
   string name,
   string value
);

Parameters

name
The name of the property.
value
The value of the property.

See Also

IDocumenterConfig Interface | NDoc.Core Namespace