NDoc 1.3.1 SDK

BaseDocumenterConfig.SetValue Method 

Sets the value of a named config property.

[Visual Basic]
Public Sub SetValue( _ 
   ByVal name As String, _ 
   ByVal value As String _ 
) _
    Implements IDocumenterConfig.SetValue
[C#]
public void SetValue(
   string name,
   string value
);
[C++]
public: void SetValue(
   String* name,
   String* value
);
[JScript]
public function SetValue(
   String name,
   String value
);

Parameters

name
The name of the property to set.
value
A string representation of the desired property value.

Implements

IDocumenterConfig.SetValue

Remarks

Property name matching is case-insensitive.

See Also

BaseDocumenterConfig Class | NDoc.Core Namespace