TransferOrderLineDueDateOut Property |
When this line of the transfer is scheduled to issue the goods from the source 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 DueDateOut { get; set; }
Public Property DueDateOut As DateTime
Get
Set
public:
property DateTime^ DueDateOut {
DateTime^ get ();
void set (DateTime^ value);
}
member DueDateOut : DateTime with get, set
Property Value
Type:
DateTime
See Also