Click or drag to resize
Infosoft Logo

ConfigurationValueValidationFault Class

A fault indicating that validation failed when attempting to update a configuration value.
Inheritance Hierarchy
SystemObject
  Infosoft.Common.Contracts.FaultContracts.ConfigurationsConfigurationValueValidationFault

Namespace: Infosoft.Common.Contracts.FaultContracts.Configurations
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public class ConfigurationValueValidationFault

The ConfigurationValueValidationFault type exposes the following members.

Properties
 NameDescription
Public propertyConfigurationIdentifier Gets or sets the unique identifier of the configuration for which the update failed.
Public propertyValidationResult Gets or sets the validation result.
Public propertyValue Gets or sets the value that failed validation.
Top
See Also