|
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.246-beta+42d747c9715f1fa10d4cfc2f9ab3daabb0a187d9
Syntaxfunction 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