SettingsSectionItem Property

Gets the typed value for the specified key.

Definition

Namespace: Gemstone.Configuration
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.152 -- Release Build+1bdd5395ab91a1a698659399697f8334859b02d2
public Object? this[
	string key
] { get; set; }

Parameters

key  String
Setting key name.

Property Value

Object

See Also