Interface ISystemConfig
Represents a system configuration interface.
public interface ISystemConfig : IConfig
- Inherited Members
- Extension Methods
Properties
Enabled
Gets the configuration entry that indicates whether the system is enabled.
ConfigEntry<bool>? Enabled { get; }
Property Value
- ConfigEntry<bool>