NET Link Tracker
VerifyUrls Property



KellermanSoftware.NetLinkTracker Namespace > LinkParms Class : VerifyUrls Property
If true, the URL will be verified before it is saved to the database. Turn off if the performance is low and you are adding thousands of links.
Syntax
'Declaration
 
Public Property VerifyUrls As Boolean
'Usage
 
Dim instance As LinkParms
Dim value As Boolean
 
instance.VerifyUrls = value
 
value = instance.VerifyUrls
public bool VerifyUrls {get; set;}
public:
property bool VerifyUrls {
   bool get();
   void set (    bool value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

LinkParms Class
LinkParms Members