DocumentPrintPrintoutType Property |
Specifies the type of the printout: PPP - Phisycal Printer Printout; FPP - Fiscal Printer Printout; EXP - Export. [Filter(multi eq)]
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<DocumentPrintsRepositoryPrintoutType> PrintoutType { get; set; }
Public Property PrintoutType As Nullable(Of DocumentPrintsRepositoryPrintoutType)
Get
Set
public:
property Nullable<DocumentPrintsRepositoryPrintoutType^>^ PrintoutType {
Nullable<DocumentPrintsRepositoryPrintoutType^>^ get ();
void set (Nullable<DocumentPrintsRepositoryPrintoutType^>^ value);
}
member PrintoutType : Nullable<DocumentPrintsRepositoryPrintoutType> with get, set
Property Value
Type:
NullableDocumentPrintsRepositoryPrintoutType
See Also