MessageValidationResult

MessageValidationResult class

Represents the result of message validation.

Constructors

NameDescription
MessageValidationResult (2 overloads)

Methods

NameDescription
get_ErrorMessageGets an error message if the validation result is not successful.
get_ErrorsGets the collection of errors.
get_FormatTypeGets the format of source file or stream.
get_IsSuccessGets the result of validation true if successful, otherwise false.
set_ErrorMessageGets an error message if the validation result is not successful.
set_FormatTypeGets the format of source file or stream.
MessageValidator