DocumentPrintIsOriginal Property |
True when the printout is the first printout (the original printout). [Required] [Filter(eq)]
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic bool IsOriginal { get; set; }
Public Property IsOriginal As Boolean
Get
Set
public:
property bool IsOriginal {
bool get ();
void set (bool value);
}
member IsOriginal : bool with get, set
Property Value
Type:
Boolean
See Also