Schedule ViolationTarget Value Property
The minimum or maximum value that ideally should be assigned in the solution.
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#
public string TargetValue { get; }VB
Public ReadOnly Property TargetValue As String
GetC++
public:
property String^ TargetValue {
String^ get ();
}F#
member TargetValue : string with get