StockCard_FileRepositoryBinaryData Property | |
Binárne údaje danej položky, napr. obrázka, či iného dokumentu.
Pri načítaní príloh nemusí byť hodnota naplnená - záleží od režimu (spôsobu) načítania.
Namespace: Exa.OBERON.ServicesGen2.Stock.StockCardsAssembly: Exa.OBERON.ServicesGen2 (in Exa.OBERON.ServicesGen2.dll) Version: 4.5.0.0 (4.5.0.0)
Syntax public byte[] BinaryData { get; set; }
Public Property BinaryData As Byte()
Get
Set
Dim instance As StockCard_FileRepository
Dim value As Byte()
value = instance.BinaryData
instance.BinaryData = value
Property Value
ByteSee Also