  | Crc32ChecksumValueUInt32 Property | 
            Gets or sets the the current CRC32 checksum computed so far.
            
Namespace: Ookii.JumboAssembly: Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntaxpublic uint ValueUInt32 { get; set; }Public Property ValueUInt32 As UInteger
	Get
	Set
public:
property unsigned int ValueUInt32 {
	unsigned int get ();
	void set (unsigned int value);
}member ValueUInt32 : uint32 with get, set
Property Value
UInt32
            The CRC32 checksum computed so far.
            
See Also