| 
            
              DataFrameBinaryImage Property
             | 
          
        
        
            Gets the binary image of this 
DataFrame object.
            
 
        
        Namespace: GSF.PhasorProtocols.IEC61850_90_5Assembly: GSF.PhasorProtocols (in GSF.PhasorProtocols.dll) Version: 2.4.258-beta
Syntaxpublic override byte[] BinaryImage { get; }Public Overrides ReadOnly Property BinaryImage As Byte()
	Get
public:
virtual property array<unsigned char>^ BinaryImage {
	array<unsigned char>^ get () override;
}abstract BinaryImage : byte[] with get
override BinaryImage : byte[] with get
function get_BinaryImage();
 View SourceProperty Value
Byte
See Also