WarehouseRequisitionLines Property |
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Wms
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ChildCollection<WarehouseRequisitionLine> Lines { get; }
Public ReadOnly Property Lines As ChildCollection(Of WarehouseRequisitionLine)
Get
public:
property ChildCollection<WarehouseRequisitionLine^>^ Lines {
ChildCollection<WarehouseRequisitionLine^>^ get ();
}
member Lines : ChildCollection<WarehouseRequisitionLine> with get
Property Value
Type:
ChildCollectionWarehouseRequisitionLine
See Also