LeaseContractLineConsumables Property |
Namespace:
Aloe.EnterpriseOne.Model.Applications.Rental
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ChildCollection<LeaseContractLineConsumable> Consumables { get; }
Public ReadOnly Property Consumables As ChildCollection(Of LeaseContractLineConsumable)
Get
public:
property ChildCollection<LeaseContractLineConsumable^>^ Consumables {
ChildCollection<LeaseContractLineConsumable^>^ get ();
}
member Consumables : ChildCollection<LeaseContractLineConsumable> with get
Property Value
Type:
ChildCollectionLeaseContractLineConsumable
See Also