|
IniFileSetKeyValue Method
|
Sets the value of the specified key.
Namespace: GSF.InteropAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.297-beta+c4c8a839e939f7741977e6b01208d8a074273105
Syntaxfunction SetKeyValue(section, entry, newValue);
View SourceParameters
- section String
- Section key exists in.
- entry String
- Name of key.
- newValue String
- The new key value to store in the INI file.
See Also