Click or drag to resize
ConnectionStringService.Item Property
Gets the specific connection string from the app config

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax
C#
public string this[
	string name
] { get; set; }

Parameters

name
Type: System.String

Property Value

Type: String

Implements

IConnectionStringService.Item[String]
See Also