ExtensibleDataObjectIsDeleted Property |
Specifies whether the object represented by this system object is deleted. After deletion of the original object, the system object remains in the system, but can be purged later by some cleanup processes. [Required] [Default(false)] [Filter(eq)]
Namespace:
Aloe.EnterpriseOne.Model.Systems.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool IsDeleted { get; set; }
Public Property IsDeleted As Boolean
Get
Set
public:
property bool IsDeleted {
bool get ();
void set (bool value);
}
member IsDeleted : bool with get, set
Property Value
Type:
Boolean
See Also