public void SetBoolSetting( string strSettingPath, bool bValue )
public: void SetBoolSetting( String^ strSettingPath, bool bValue )
Parameters
| Parameter Name | Description |
|---|---|
| strSettingPath | Indicates the path of the setting. |
| bValue | Indicates the value of the setting. |