StoreTransactionLineIsFinished Property |
Gets the value of the Finish attribute of the line.
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Inventory
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool IsFinished { get; }
Public ReadOnly Property IsFinished As Boolean
Get
public:
virtual property bool IsFinished {
bool get () sealed;
}
abstract IsFinished : bool with get
override IsFinished : bool with get
Property Value
Type:
BooleanImplements
IIsFinishedIsFinished
See Also