Click or drag to resize
Infosoft Logo

EntityValidationFaultValidationErrors Property

Gets or sets a dictionary of validation errors, where each key is a property name and each value is an error message.

Namespace: Infosoft.Common.Contracts.FaultContracts
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public ICollection<EntityValidationError> ValidationErrors { get; set; }

Property Value

ICollectionEntityValidationError
See Also