Class ConfigFile.Infrastructure
Configuration values for the Online Infrastructure
Inherited Members
Namespace: SuperOffice.Configuration
Assembly: SoCore.dll
Syntax
public static class ConfigFile.Infrastructure
Properties
CustomerStateUrl
Url for looking up the customer state.
Declaration
public static string CustomerStateUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
IsDebugModeActivated
Is online debug mode activated
Declaration
public static bool IsDebugModeActivated { get; set; }
Property Value
Type | Description |
---|---|
bool |