Gets or sets the deserialized checksum.

Namespace: Cudafy
Assembly: Cudafy (in Cudafy.dll) Version: 1.0.4106.20170

Syntax

C#
public long DeserializedChecksum { get; protected set; }
Visual Basic
Public Property DeserializedChecksum As Long
	Get
	Protected Set
Visual C++
public:
property long long DeserializedChecksum {
	long long get ();
	protected: void set (long long value);
}

Field Value

The deserialized checksum.

See Also