LeaseContractLineLeaseContract Property |
The LeaseContract to which this LeaseContractLine 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 LeaseContract LeaseContract { get; set; }
Public Property LeaseContract As LeaseContract
Get
Set
public:
property LeaseContract^ LeaseContract {
LeaseContract^ get ();
void set (LeaseContract^ value);
}
member LeaseContract : LeaseContract with get, set
Property Value
Type:
LeaseContract
See Also