DealTypeIsSystem Property |
Is_System is True for those deal types that are managed by the system via update procedures and cannot be edited by the user. [Required] [Default(false)] [Filter(eq)] [ReadOnly]
Namespace:
Aloe.EnterpriseOne.Model.Finance.Vat
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool IsSystem { get; set; }
Public Property IsSystem As Boolean
Get
Set
public:
property bool IsSystem {
bool get ();
void set (bool value);
}
member IsSystem : bool with get, set
Property Value
Type:
Boolean
See Also