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