LeaseContractLineConsumableLeaseLine Property |
Lease line with which the current consumable is given. [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 LeaseContractLine LeaseLine { get; set; }
Public Property LeaseLine As LeaseContractLine
Get
Set
public:
property LeaseContractLine^ LeaseLine {
LeaseContractLine^ get ();
void set (LeaseContractLine^ value);
}
member LeaseLine : LeaseContractLine with get, set
Property Value
Type:
LeaseContractLine
See Also