|
CategorizedSettingsBaseRetrieveSetting Method
|
Retrieves setting from configuration file.
This method is for internal use.
Namespace: GSF.ConfigurationAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.244-beta+c33f622c070b2c1078a06bcb41bdeb4c19d19a0b
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