Job PartExternal ID Property
An ID to be used when visualising the solution or exporting it to a
report. If this property is not used then ID
is used instead.
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 string ExternalID { get; set; }VB
Public Property ExternalID As String
Get
SetC++
public:
property String^ ExternalID {
String^ get ();
void set (String^ value);
}F#
member ExternalID : string with get, set