Click or drag to resize
Infosoft Logo

InvalidConfigurationOverrideFaultInvalidTypes Property

Gets or sets a value that indicates which overrides were invalid.

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

Property Value

InvalidConfigurationOverrideTypes
Remarks
This enumeration value is a flag type, meaning that it can have multiple values if multiple overrides were invalid.
Example
For instance, if the TitleMode of the configuration for which an override was attempted and CanOverrideUser was false, and yet the ConfigurationOverrideIdentifier in the original request had both a title ID and a user ID in it, this property will have the value InvalidConfigurationOverrideTypes.Title | InvalidConfigurationOverrideTypes.User.
See Also