| 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
Syntaxpublic 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:
ConfigurationParameterValueThe parameter value, null if value isnt found
See Also