|
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.275-beta+f05d2331414f1a1968e91f820b9732dcc26e4351
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