ConstraintTObjectGetAttribute Property |
Gets the function that returns the attribute of the constraint.
The attribute is specified for constraints, which constrain a specific attribute.
Namespace:
Aloe.SystemFrameworks.Domain.Validation
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic Func<IDataAttribute> GetAttribute { get; }
Public ReadOnly Property GetAttribute As Func(Of IDataAttribute)
Get
public:
property Func<IDataAttribute^>^ GetAttribute {
Func<IDataAttribute^>^ get ();
}
member GetAttribute : Func<IDataAttribute> with get
Property Value
Type:
FuncIDataAttribute
The get attribute function.
See Also