ID3-Sync Scripting API

Config.SetValue Method 

Sets the configuration key's value.

[Visual Basic]
Public Shared Sub SetValue( _
   ByVal key As String, _
   ByVal value As Object _
)
[C#]
public static void SetValue(
   string key,
   object value
);

Parameters

key
The key whose value should be set.
value
Either a string or integer object representing the key's value.

See Also

Config Class | ID3Sync.IO Namespace