Constraint ViolationsConstraint ID Property
The name of the constraint for this set of violations.
Definition
Namespace: SRS.ShiftSolver.Core
Assembly: ShiftSolver (in ShiftSolver.dll) Version: 2.3.0+2c0a765360648175f37b32b9a08ecd256c911c4c
Assembly: ShiftSolver (in ShiftSolver.dll) Version: 2.3.0+2c0a765360648175f37b32b9a08ecd256c911c4c
C#
[ObsoleteAttribute("This field is no longer used and may be removed in future versions. Use ConstraintName instead.")]
public string ConstraintID { get; }VB
<ObsoleteAttribute("This field is no longer used and may be removed in future versions. Use ConstraintName instead.")>
Public ReadOnly Property ConstraintID As String
GetC++
public:
[ObsoleteAttribute(L"This field is no longer used and may be removed in future versions. Use ConstraintName instead.")]
property String^ ConstraintID {
String^ get ();
}F#
[<ObsoleteAttribute("This field is no longer used and may be removed in future versions. Use ConstraintName instead.")>]
member ConstraintID : string with get