EnterpriseOneTransactionGeneralObjectsPrintoutLayouts Property |
Gets a typed query for the General.PrintoutLayout entity type.
Namespace:
Aloe.EnterpriseOne.Model.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic TransactionQuery<PrintoutLayout, PrintoutLayoutsRepository> PrintoutLayouts { get; }
Public ReadOnly Property PrintoutLayouts As TransactionQuery(Of PrintoutLayout, PrintoutLayoutsRepository)
Get
public:
property TransactionQuery<PrintoutLayout^, PrintoutLayoutsRepository^>^ PrintoutLayouts {
TransactionQuery<PrintoutLayout^, PrintoutLayoutsRepository^>^ get ();
}
member PrintoutLayouts : TransactionQuery<PrintoutLayout, PrintoutLayoutsRepository> with get
Property Value
Type:
TransactionQueryPrintoutLayout,
PrintoutLayoutsRepository
See Also