|
SettingsBaseRetrieveSetting Method
|
Implementor should retrieve setting from configuration file (or other location).
Namespace: GSF.ConfigurationAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.207-beta+1781b796b2aa7a54013a031eb432fe4ccee31867
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