TransportOrderReservationId Property  | 
 
            The 128-bit unique identifier of the reservation that is associated with this 
TransportOrder.  
            
TransportOrders sharing common reservations are related.
            
 
    Namespace: 
   FactoryLogix.xTend.DataObjects
    Assembly:
   FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.254.0.0 (8.254.0.0)
Syntaxpublic Guid ReservationId { get; }Public ReadOnly Property ReservationId As Guid
	Get
public:
property Guid ReservationId {
	Guid get ();
}member ReservationId : Guid with get
Property Value
Type: 
Guid
See Also