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
Syntaxpublic DomainObject Object { get; set; }
Public Property Object As DomainObject
Get
Set
public:
property DomainObject^ Object {
DomainObject^ get ();
void set (DomainObject^ value);
}
member Object : DomainObject with get, set
Property Value
Type:
DomainObject
See Also