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