Click or drag to resize

ValidationViolationObject Property

Gets or sets the object on which the validation has failed. Null when the object is unknown.

Namespace:  Aloe.SystemFrameworks.Domain.BusinessLogic
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public DomainObject Object { get; set; }

Property Value

Type: DomainObject
See Also