| 
            
              RecordBodyChecksum Property
             | 
          
        
        
            Gets or sets the CRC32 checksum of the record body.
            
        
        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