TransportationOrderCrew Property |
The crew which is assigned to operate the vehicle of the current Transportation Order. If null means the crew is yet unknown or the order is executed by external carrier. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Shipment
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Crew Crew { get; set; }
Public Property Crew As Crew
Get
Set
public:
property Crew^ Crew {
Crew^ get ();
void set (Crew^ value);
}
member Crew : Crew with get, set
Property Value
Type:
Crew
See Also