NoExceptionConstraintTObjectAction Property |
Gets the action.
Namespace:
Aloe.SystemFrameworks.Domain.Validation
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic Action<TObject> Action { get; }
Public ReadOnly Property Action As Action(Of TObject)
Get
public:
property Action<TObject>^ Action {
Action<TObject>^ get ();
}
member Action : Action<'TObject> with get
Property Value
Type:
ActionTObject
The action.
See Also