OutputOrderDistributedMaterialConsumptionOutputOrderLine Property |
The output order line for which the distribution is recorded. [Required] [Filter(multi eq)] [ReadOnly] [Owner]
Namespace:
Aloe.EnterpriseOne.Model.Production.ShopFloor
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic OutputOrderLine OutputOrderLine { get; set; }
Public Property OutputOrderLine As OutputOrderLine
Get
Set
public:
property OutputOrderLine^ OutputOrderLine {
OutputOrderLine^ get ();
void set (OutputOrderLine^ value);
}
member OutputOrderLine : OutputOrderLine with get, set
Property Value
Type:
OutputOrderLine
See Also