| 
            
              HeaderCellBodyImage Property
             | 
          
        
        
            Gets the binary body image of the 
HeaderCell object.
            
 
        
        Namespace: GSF.PhasorProtocolsAssembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.257-beta
Syntaxprotected override byte[] BodyImage { get; }Protected Overrides ReadOnly Property BodyImage As Byte()
	Get
protected:
virtual property array<unsigned char>^ BodyImage {
	array<unsigned char>^ get () override;
}abstract BodyImage : byte[] with get
override BodyImage : byte[] with get
function get_BodyImage();
 View SourceProperty Value
Byte
See Also