StockCardInventoryImageSmall Property |  |
Obrázok položky - používa sa vo fastfoodovej pokladnici (malý obrázok položky). Obrázok je vo forme binárnych dát (pole byt-ov).
Namespace: Exa.OBERON.ServicesGen2.Stock.StockCardsInventoryAssembly: Exa.OBERON.ServicesGen2 (in Exa.OBERON.ServicesGen2.dll) Version: 5.0.0.0 (5.0.0.0)
Syntaxpublic byte[] ImageSmall { get; set; }
Public Property ImageSmall As Byte()
Get
Set
Dim instance As StockCardInventory
Dim value As Byte()
value = instance.ImageSmall
instance.ImageSmall = value
Property Value
Byte
See Also