User Agent Parser
IsBot Property



KellermanSoftware.UserAgentParser Namespace > DeviceInformation Class : IsBot Property
Gets a value indicating whether this instance is bot.
Syntax
'Declaration
 
Public ReadOnly Property IsBot As Boolean
'Usage
 
Dim instance As DeviceInformation
Dim value As Boolean
 
value = instance.IsBot
public bool IsBot {get;}
public:
property bool IsBot {
   bool get();
}

Property Value

true if this instance is bot; otherwise, false.
Remarks
Returns true when the BrowserType is any of these: BrowserType.Crawler BrowserType.EmailCollector BrowserType.FeedReader BrowserType.Library BrowserType.LinkChecker BrowserType.Offline BrowserType.SiteMonitor BrowserType.Validator BrowserType.VulnerabilityScanner;
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

DeviceInformation Class
DeviceInformation Members