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