The user agent that the search engine identifies itself to the server as.

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); }

Warning - changing this can alter the way that ASP.NET renders pages.