TransactionLineRentTransaction Property |
The
Transaction to which this TransactionLine belongs. [Required] [Filter(multi eq)] [Owner]
Namespace:
Aloe.EnterpriseOne.Model.Applications.Rental
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Transaction RentTransaction { get; set; }
Public Property RentTransaction As Transaction
Get
Set
public:
property Transaction^ RentTransaction {
Transaction^ get ();
void set (Transaction^ value);
}
member RentTransaction : Transaction with get, set
Property Value
Type:
Transaction
See Also