|   | DataCellBodyImage Property | 
        
        
            Gets the binary body image of the 
DataCell object.
            
 GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.257-beta
 Syntax
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();
Property Value
Byte See Also
See Also