'Declaration
<SuppressMessageAttribute(Category="Microsoft.Performance",
CheckId="CA1819:PropertiesShouldNotReturnArrays",
Scope="",
Target="",
MessageId="",
Justification="Barcode Xpress historical compatibility")>
Public ReadOnly Property BarcodeDataAsByte As Byte()
'Usage
Dim instance As ImGearBarcodeResult
Dim value() As Byte
value = instance.BarcodeDataAsByte
[SuppressMessage(Category="Microsoft.Performance",
CheckId="CA1819:PropertiesShouldNotReturnArrays",
Scope="",
Target="",
MessageId="",
Justification="Barcode Xpress historical compatibility")]
public byte[] BarcodeDataAsByte {get;}
[SuppressMessage(Category="Microsoft.Performance",
CheckId="CA1819:PropertiesShouldNotReturnArrays",
Scope="",
Target="",
MessageId="",
Justification="Barcode Xpress historical compatibility")]
public: __property byte[]* get_BarcodeDataAsByte();
[SuppressMessage(Category="Microsoft.Performance",
CheckId="CA1819:PropertiesShouldNotReturnArrays",
Scope="",
Target="",
MessageId="",
Justification="Barcode Xpress historical compatibility")]
public:
property array<byte>^ BarcodeDataAsByte {
array<byte>^ get();
}