Sets a configuration key to a boolean value.
[Visual Basic]
Public Shared Sub SetBool( _
ByVal
key As
String, _
ByVal
value As
Boolean _
)
Parameters
-
key
- The key whose value should be set.
-
value
- The key's value.
See Also
Config Class | ID3Sync.IO Namespace