Click or drag to resize

InitializationArgumentsGetSettingSingleValueT Method

Returns the first value of a setting from the Settings collection.

Namespace:  Omada.OE.Solution.OIM.AppLogic.SurveyFeature.PostActions
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public T GetSettingSingleValue<T>(
	string name,
	T defaultResult
)

Parameters

name
Type: SystemString
Name of the setting.
defaultResult
Type: T
The defaultResult is retuned of the setting doesn't exist or if it has no values.

Type Parameters

T
Must be either: int, string, DateTime or bool

Return Value

Type: T
See Also