Job PartType Property
Indicates if the JobPart is a non-standard JobPart such as a break which
must be scheduled within a time window. The default value is
None.
Definition
Namespace: VRSolver
Assembly: VRSolver (in VRSolver.dll) Version: 1.15.0+d867f7e856f281547f683ef6449a86e433a2356d
Assembly: VRSolver (in VRSolver.dll) Version: 1.15.0+d867f7e856f281547f683ef6449a86e433a2356d
C#
public JobPartSpecialType Type { get; set; }VB
Public Property Type As JobPartSpecialType
Get
SetC++
public:
property JobPartSpecialType Type {
JobPartSpecialType get ();
void set (JobPartSpecialType value);
}F#
member Type : JobPartSpecialType with get, set