Schedule ViolationTarget Unit Property
A unit description for the TargetValue (if available).
For example if it is a constraint on the amount of time a person can be assigned to a
particular task then this field contains the task ID.
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 TargetUnit { get; }VB
Public ReadOnly Property TargetUnit As String
GetC++
public:
property String^ TargetUnit {
String^ get ();
}F#
member TargetUnit : string with get