StockCardFileRepositoryBinaryData Property | |
Binárne údaje danej položky, napr. obrázka, či iného dokumentu.
Namespace: Exa.OBERON.Services.OBERONAssembly: Exa.OBERON.Services (in Exa.OBERON.Services.dll) Version: 4.6.14.0 (4.6.14.0)
Syntax public byte[] BinaryData { get; set; }
Public Property BinaryData As Byte()
Get
Set
Dim instance As StockCardFileRepository
Dim value As Byte()
value = instance.BinaryData
instance.BinaryData = value
Property Value
ByteSee Also