NDoc 1.3.1 SDK

Settings.SetSetting Method (String, String, Boolean)

Stores a setting

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

Parameters

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

See Also

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