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