AccountingVoucherIsSingleExecution Property |
Specifies whether the document is a single execution of its order document. [Required] [Default(false)] [Filter(eq)] [ReadOnly]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Accounting
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool IsSingleExecution { get; set; }
Public Property IsSingleExecution As Boolean
Get
Set
public:
property bool IsSingleExecution {
bool get ();
void set (bool value);
}
member IsSingleExecution : bool with get, set
Property Value
Type:
Boolean
See Also