ConstraintTObjectAttribute Property |
The data attribute for which the constraint is defined or null if the constraint is not for specific attribute.
Namespace:
Aloe.SystemFrameworks.Domain.Validation
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic IDataAttribute Attribute { get; }
Public ReadOnly Property Attribute As IDataAttribute
Get
public:
property IDataAttribute^ Attribute {
IDataAttribute^ get ();
}
member Attribute : IDataAttribute with get
Property Value
Type:
IDataAttribute
See Also