TransferOrderLineDueDateIn Property |
The date, when the goods are expected to be received in the destination warehouse. Initially copied from the transfer header. [Required] [Filter(ge;le)]
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Inventory
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic DateTime DueDateIn { get; set; }
Public Property DueDateIn As DateTime
Get
Set
public:
property DateTime^ DueDateIn {
DateTime^ get ();
void set (DateTime^ value);
}
member DueDateIn : DateTime with get, set
Property Value
Type:
DateTime
See Also