 | BarcodeEntriesWithQuantityDtoBarcodeEntries Property |
Namespace:
Bex.API.ServiceDTOs.StocktakingForDevices
Assembly:
Bex.API (in Bex.API.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic List<BarcodeEntryWithQuantity> BarcodeEntries { get; set; }
Public Property BarcodeEntries As List(Of BarcodeEntryWithQuantity)
Get
Set
public:
property List<BarcodeEntryWithQuantity^>^ BarcodeEntries {
List<BarcodeEntryWithQuantity^>^ get ();
void set (List<BarcodeEntryWithQuantity^>^ value);
}
member BarcodeEntries : List<BarcodeEntryWithQuantity> with get, set
Property Value
Type:
ListBarcodeEntryWithQuantity
See Also