Click or drag to resize
IConnectionStringServiceItem Property
Gets the specific connection string from the app config

Namespace: CMS.Core
Assembly: CMS.Core (in CMS.Core.dll) Version: 10.0.0
Syntax
C#
string this[
	string name
] { get; }

Parameters

name
Type: SystemString

Property Value

Type: String
See Also