Click or drag to resize

ActionArgumentGetParameterValue Method (String, String)

Returns the specified parameter

Namespace:  Omada.OE.Solution.OIM.AppLogic.SystemOnboarding.PostActions
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public ConfigurationParameterValue GetParameterValue(
	string sectionName,
	string parameterName
)

Parameters

sectionName
Type: SystemString
name of the section where the property is specified
parameterName
Type: SystemString
name of the parameter

Return Value

Type: ConfigurationParameterValue
The parameter value, null if value isnt found
See Also