Gets the binary body image of this CommandFrame.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public override byte[] BinaryImage { get; }
Public Overrides ReadOnly Property BinaryImage As Byte() Get
public: virtual property array<unsigned char>^ BinaryImage { array<unsigned char>^ get () override; }