AppConfigConstantsConfigCategoryNameDelimiter Field

The string used to delimit nested category names for configuration settings.

Namespace:  Dundas.BI.Configuration
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
public const string ConfigCategoryNameDelimiter = "."

Field Value

Type: String
Remarks
The value of this constant is ".".
See Also