When overridden in a derived class, gets the binary representation of the packet.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public abstract byte[] BinaryImage { get; }
Public MustOverride ReadOnly Property BinaryImage As Byte()
public: virtual property array<unsigned char>^ BinaryImage { array<unsigned char>^ get () abstract; }