DocumentStateChangeVoid Property |
True if the document is voided with this change. [Required] [Default(false)] [Filter(eq)]
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool Void { get; set; }
Public Property Void As Boolean
Get
Set
public:
property bool Void {
bool get ();
void set (bool value);
}
member Void : bool with get, set
Property Value
Type:
Boolean
See Also