Click or drag to resize
IAppSettingsServiceItem Property
Gets the specific settings from the app config

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

Parameters

key
Type: SystemString

Property Value

Type: String
See Also