ValidationViolationAttribute Property |
The data attribute for which the validation has failed.
Namespace:
Aloe.SystemFrameworks.Domain.BusinessLogic
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic IDataAttribute Attribute { get; set; }
Public Property Attribute As IDataAttribute
Get
Set
public:
property IDataAttribute^ Attribute {
IDataAttribute^ get ();
void set (IDataAttribute^ value);
}
member Attribute : IDataAttribute with get, set
Property Value
Type:
IDataAttribute
See Also