Interface IAppSettingsService
Defines interface to server application settings.
public interface IAppSettingsService
- Extension Methods
Properties
this[string]
Gets the specific settings from the application configuration file or from a memory. Sets a specific settings with a value into a memory.
string this[string key] { get; set; }
Parameters
key
string
Property Value
- string