|
IniSettingsBaseRetrieveSetting Method
|
Retrieves setting from INI file.
This method is for internal use.
Namespace: GSF.ConfigurationAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.218-beta+101eee949414e414795e55a6e73d88938f0177b8
Syntax function RetrieveSetting(name, setting);
View SourceParameters
- name String
- Field or property name, if useful (can be different from setting name).
- setting String
- Setting name.
Return Value
StringSetting value.
See Also