Click or drag to resize

BinariesExtractionOptionsCheckLastModificationDate Property

Indicates whether it is necessary to check the last modification date during binaries verification.

Namespace:  DotNetBrowser.Engine
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public bool CheckLastModificationDate { get; }

Property Value

Type: Boolean
true if the last modification date should be checked, false otherwise.
See Also