TransactionLineTransactionType Property |
Transaction Type. [Required] [Filter(eq;like)]
Namespace:
Aloe.EnterpriseOne.Model.Applications.Rental
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic TransactionLinesRepositoryTransactionType TransactionType { get; set; }
Public Property TransactionType As TransactionLinesRepositoryTransactionType
Get
Set
public:
property TransactionLinesRepositoryTransactionType^ TransactionType {
TransactionLinesRepositoryTransactionType^ get ();
void set (TransactionLinesRepositoryTransactionType^ value);
}
member TransactionType : TransactionLinesRepositoryTransactionType with get, set
Property Value
Type:
TransactionLinesRepositoryTransactionType
See Also