Schedule ViolationSolution Value Property
The actual value that has been 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 SolutionValue { get; }VB
Public ReadOnly Property SolutionValue As String
GetC++
public:
property String^ SolutionValue {
String^ get ();
}F#
member SolutionValue : string with get