Click or drag to resize

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
Syntax
public bool IsActivated { get; }

Property Value

Type: Boolean
true if this instance is activated; otherwise, false.
See Also