public void SetBoolSetting( string strSettingPath, bool bValue )
public: void SetBoolSetting( String^ strSettingPath, bool bValue )
Parameters
- strSettingPath
- Indicates the path of the setting.
- bValue
- Indicates the value of the setting.
public void SetBoolSetting( string strSettingPath, bool bValue )
public: void SetBoolSetting( String^ strSettingPath, bool bValue )
| Exception | Description | 
|---|---|
| System.ArgumentNullException | Thrown when strSettingPathisnull. | 
| System.ArgumentException | Thrown when strSettingPathis empty. | 
| BaseException | Thrown when setting cannot be set. |