A service that allows system-wide application configuration values to be stored in a central repository.
- Implements:
- Deprecated:
- Replaced by
module:ct-services/providers/CaplinConfigService
.
- Replaced by
Methods
get Property(sProperty Name) → {string}
Retrieves the named property.
Parameters:
Name | Type | Description |
---|---|---|
sPropertyName |
String | The name of the property. |
- Inherited From:
- Implements:
Returns:
The property value.
- Type
- string
get Version() → {string}
Returns the version string.
- Implements:
Returns:
A version string.
- Type
- string