Interface ConfigFile.IInfrastructureConfiguration
Configuration values for the Online Infrastructure Created in Database scope
Namespace: SuperOffice.Configuration
Assembly: SoCore.dll
Syntax
public interface ConfigFile.IInfrastructureConfiguration
Properties
CustomerStateUrl
Url for looking up the customer state.
Declaration
string CustomerStateUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
IsDebugModeActivated
Is online debug mode activated
Declaration
bool IsDebugModeActivated { get; set; }
Property Value
Type | Description |
---|---|
bool |