Click or drag to resize

IdentityAccountInfoResultSetValidationError Method

Set the validation error for the result

Namespace:  Omada.OE.Solution.OIM.AppLogic.PackagedSolution.AccessRequest
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public virtual void SetValidationError(
	IdentityAccountInfoValidationError identityAccountInfoValidationError,
	string customErrorMessage = null
)

Parameters

identityAccountInfoValidationError
Type: Omada.OE.Solution.OIM.AppLogic.PackagedSolution.AccessRequestIdentityAccountInfoValidationError
customErrorMessage (Optional)
Type: SystemString
See Also