Click or drag to resize

DataExchangeConfigurationBaseValidate Method

Validates that the configuration is in a valid state (to be executed). Returns true if it is. If method returns false then 'message' will contain a description of the problem.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public virtual bool Validate(
	out string message
)

Parameters

message
Type: SystemString

Return Value

Type: Boolean
See Also