ConstraintViolationsConstraintName Property |
The name of the constraint for this set of violations.
Namespace:
SRS.ScheduleSolver.Core
Assembly:
ScheduleSolver (in ScheduleSolver.dll) Version: 2.5.0+32c9446bcdf252a58ba748c312939f5bd2f367a8
Syntaxpublic string ConstraintName { get; }
Public ReadOnly Property ConstraintName As String
Get
public:
property String^ ConstraintName {
String^ get ();
}
member ConstraintName : string with get
Property Value
Type:
String
See Also