Property CheckMD5
CheckMD5
Gets or sets a value indicating whether to check the MD5 value.
public bool? CheckMD5 { get; set; }
Property Value
- bool?
true
if the MD5 value should be checked; otherwise,false
.
Gets or sets a value indicating whether to check the MD5 value.
public bool? CheckMD5 { get; set; }
true
if the MD5 value should be checked; otherwise, false
.