OutputOrderLineFinished Property |
True if this output entry completes the operation. false if there might be more entries. [Required] [Default(false)] [Filter(eq)]
Namespace:
Aloe.EnterpriseOne.Model.Production.ShopFloor
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool Finished { get; set; }
Public Property Finished As Boolean
Get
Set
public:
property bool Finished {
bool get ();
void set (bool value);
}
member Finished : bool with get, set
Property Value
Type:
Boolean
See Also