TransportationExecutionExecutionTime Property |
Specifies the execution time, if it is the same for all lines. null means that the lines have different execution times.
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Shipment
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<TimeSpan> ExecutionTime { get; set; }
Public Property ExecutionTime As Nullable(Of TimeSpan)
Get
Set
public:
property Nullable<TimeSpan^>^ ExecutionTime {
Nullable<TimeSpan^>^ get ();
void set (Nullable<TimeSpan^>^ value);
}
member ExecutionTime : Nullable<TimeSpan> with get, set
Property Value
Type:
NullableTimeSpan
See Also