Click or drag to resize
IAppSettingsServiceItem Property
Gets the specific settings from the application configuration file or from a memory. Sets a specific settings with a value into a memory.

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

Parameters

key
Type: SystemString

Property Value

Type: String
See Also