Returns any validation errors which were triggered on the server as part of this change.

Namespace:  Mindscape.LightSpeed.ServiceModel
Assembly:  Mindscape.LightSpeed.ServiceModel (in Mindscape.LightSpeed.ServiceModel.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
[DataMemberAttribute]
public ValidationFailureMessage[] ValidationErrors { get; set; }
Visual Basic (Declaration)
<DataMemberAttribute> _
Public Property ValidationErrors As ValidationFailureMessage()

See Also