AccountGroupDiscontinued Property |
True means that the account group won't be used any more and should not appear in combo boxes. [Required] [Default(false)] [Filter(eq)]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Accounting
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool Discontinued { get; set; }
Public Property Discontinued As Boolean
Get
Set
public:
property bool Discontinued {
bool get ();
void set (bool value);
}
member Discontinued : bool with get, set
Property Value
Type:
Boolean
See Also