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