TransportOrderItemPickingListItemIDs Property |
Namespace:
FactoryLogix.xTend.DataObjects
Assembly:
FactoryLogix.xTend.DataObjects (in FactoryLogix.xTend.DataObjects.dll) Version: 8.245.0.0 (8.245.0.0)
Syntax public IEnumerable<Guid> PickingListItemIDs { get; }
Public ReadOnly Property PickingListItemIDs As IEnumerable(Of Guid)
Get
public:
property IEnumerable<Guid>^ PickingListItemIDs {
IEnumerable<Guid>^ get ();
}
member PickingListItemIDs : IEnumerable<Guid> with get
Property Value
Type:
IEnumerableGuidSee Also