The user agent that the search engine identifies itself to the server as.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public string UserAgent { get; set; }
Public Property UserAgent As String
public: property String^ UserAgent { String^ get (); void set (String^ value); }
Remarks
Warning - changing this can alter the way that ASP.NET renders pages.