ProductSupplyPlanningLeadTimeDays Property |
The number of days required to supply or manufacture the product. The number is exclusive of the lead-time of lower-level components. [Required] [Default(0)]
Namespace:
Aloe.EnterpriseOne.Model.General.Products
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic int PlanningLeadTimeDays { get; set; }
Public Property PlanningLeadTimeDays As Integer
Get
Set
public:
property int PlanningLeadTimeDays {
int get ();
void set (int value);
}
member PlanningLeadTimeDays : int with get, set
Property Value
Type:
Int32
See Also