PackingListItems 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<PackingListItem> Items { get; }
Public ReadOnly Property Items As IEnumerable(Of PackingListItem)
Get
public:
property IEnumerable<PackingListItem^>^ Items {
IEnumerable<PackingListItem^>^ get ();
}
member Items : IEnumerable<PackingListItem> with get
Property Value
Type:
IEnumerablePackingListItemSee Also