PickingListItems Property |
A list of
PickingListItems representing the materials that must be gathered.
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public List<PickingListItem> Items { get; }
Public ReadOnly Property Items As List(Of PickingListItem)
Get
public:
property List<PickingListItem^>^ Items {
List<PickingListItem^>^ get ();
}
member Items : List<PickingListItem> with get
Property Value
Type:
ListPickingListItemSee Also