EnterpriseOneTransactionFinanceAccountingObjectsTemplateLineProperties Property |
Gets a typed query for the Finance.Accounting.TemplateLineProperty entity type.
Namespace:
Aloe.EnterpriseOne.Model.Core
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic TransactionQuery<TemplateLineProperty, TemplateLinePropertiesRepository> TemplateLineProperties { get; }
Public ReadOnly Property TemplateLineProperties As TransactionQuery(Of TemplateLineProperty, TemplateLinePropertiesRepository)
Get
public:
property TransactionQuery<TemplateLineProperty^, TemplateLinePropertiesRepository^>^ TemplateLineProperties {
TransactionQuery<TemplateLineProperty^, TemplateLinePropertiesRepository^>^ get ();
}
member TemplateLineProperties : TransactionQuery<TemplateLineProperty, TemplateLinePropertiesRepository> with get
Property Value
Type:
TransactionQueryTemplateLineProperty,
TemplateLinePropertiesRepository
See Also