BinariesExtractionOptionsCheckLastModificationDate Property  | 
 Note: This API is now obsolete.
                Indicates whether it is necessary to check the last modification date during binaries verification.
            
 
    Namespace: 
   DotNetBrowser.Engine
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.27.2
Syntax[ObsoleteAttribute("The last modification date is not used anymore. Use VerificationLevel instead.")]
public bool CheckLastModificationDate { get; }Property Value
Type: 
Booleantrue if the last modification date should be checked, 
false otherwise.
See Also