ConstraintTObjectIsActivated Property |
Gets a value indicating whether this constraint has already been activated.
Namespace:
Aloe.SystemFrameworks.Domain.Validation
Assembly:
Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntaxpublic bool IsActivated { get; }
Public ReadOnly Property IsActivated As Boolean
Get
public:
property bool IsActivated {
bool get ();
}
member IsActivated : bool with get
Property Value
Type:
Booleantrue if this instance is activated; otherwise,
false.
See Also