| 
            
              RecordHeaderChecksum Property
             | 
          
        
        
            Optional checksum (such as a 32-bit CRC)
            of the record body to verify decompression.
            
        
        Namespace: GSF.PQDIF.PhysicalAssembly: GSF.PQDIF (in GSF.PQDIF.dll) Version: 2.4.257-beta
Syntaxpublic uint Checksum { get; set; }Public Property Checksum As UInteger
	Get
	Set
public:
property unsigned int Checksum {
	unsigned int get ();
	void set (unsigned int value);
}member Checksum : uint32 with get, set
function get_Checksum();
function set_Checksum(value);
 View SourceProperty Value
UInt32
See Also