Click or drag to resize

AppSettingsTGetByKey Method

Returns a setting based on its key. The keys are compared without case sensitivity. Returns null if the key is not found.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public virtual T GetByKey(
	string key
)

Parameters

key
Type: SystemString

Return Value

Type: T
See Also