Click or drag to resize
Infosoft Logo

ConfigurationValueValidationFaultValidationResult Property

Gets or sets the validation result.

Namespace: Infosoft.Common.Contracts.FaultContracts.Configurations
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public ValidationResult ValidationResult { get; set; }

Property Value

ValidationResult
Remarks
This should be one of the enumeration values that indicate a validation error (i.e. anything but ValidationResult.Valid).
See Also