Click or drag to resize
CoreServicesConnectionStrings Property

Note: This API is now obsolete.

Settings service for connection strings

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 12.0.0
Syntax
C#
[ObsoleteAttribute("Use CMS.Core.Service.Resolve<IConnectionStringService> instead.")]
public static IConnectionStringService ConnectionStrings { get; }

Property Value

Type: IConnectionStringService
See Also