ScheduleViolationTargetUnit 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.
Namespace:
SRS.ScheduleSolver.Core
Assembly:
ScheduleSolver (in ScheduleSolver.dll) Version: 2.5.0+32c9446bcdf252a58ba748c312939f5bd2f367a8
Syntaxpublic string TargetUnit { get; }
Public ReadOnly Property TargetUnit As String
Get
public:
property String^ TargetUnit {
String^ get ();
}
member TargetUnit : string with get
Property Value
Type:
String
See Also