Click or drag to resize
ConnectionStringServiceItem 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: SystemString

Property Value

Type: String

Implements

IConnectionStringServiceItemString
See Also