TransportationExecutionLineExecutionDate Property |
The date when the operation was executed. [Required]
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Shipment
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic DateTime ExecutionDate { get; set; }
Public Property ExecutionDate As DateTime
Get
Set
public:
property DateTime^ ExecutionDate {
DateTime^ get ();
void set (DateTime^ value);
}
member ExecutionDate : DateTime with get, set
Property Value
Type:
DateTime
See Also