NDoc 1.3.1 SDK

IDocumenterConfig.SetValue Method 

Sets the value of a property.

[Visual Basic]
Sub SetValue( _ 
   ByVal name As String, _ 
   ByVal value As String _ 
)
[C#]
void SetValue(
   string name,
   string value
);
[C++]
void SetValue(
   String* name,
   String* value
);
[JScript]
function 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