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.
Namespace:
VRSolver
Assembly:
VRSolver (in VRSolver.dll) Version: 1.13.0.0
Syntaxpublic JobPartSpecialType Type { get; set; }
Public Property Type As JobPartSpecialType
Get
Set
public:
property JobPartSpecialType Type {
JobPartSpecialType get ();
void set (JobPartSpecialType value);
}
member Type : JobPartSpecialType with get, set
Property Value
Type:
JobPartSpecialType
See Also