Click or drag to resize

ServerConfigurationGetValueT Method

Reads the configuration value of the provided key.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public static T GetValue<T>(
	string key,
	T defaultValue
)

Parameters

key
Type: SystemString
defaultValue
Type: T

Type Parameters

T

Return Value

Type: T
See Also