NDoc 1.3.1 SDK

Settings.SetSetting Method (String, String, Object)

Stores a setting

[Visual Basic]
Public Sub SetSetting( _ 
   ByVal section As String, _ 
   ByVal name As String, _ 
   ByVal val As Object _ 
)
[C#]
public void SetSetting(
   string section,
   string name,
   object val
);
[C++]
public: void SetSetting(
   String* section,
   String* name,
   Object* val
);
[JScript]
public function SetSetting(
   String section,
   String name,
   Object val
);

Parameters

section
The section name to store the setting in
name
The name of the setting
val
The setting's value

Remarks

Passing a null object removes the setting

See Also

Settings Class | NDoc.Core Namespace | Settings.SetSetting Overload List