SearchService.InternetIdentity property

Gets or sets the value that the crawler sends in the headers of its HTTP requests to sites when it fetches their pages.

Namespace:  Microsoft.Office.Server.Search.Administration
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Property InternetIdentity As String
    Get
    Set
'Usage
Dim instance As SearchService
Dim value As String

value = instance.InternetIdentity

instance.InternetIdentity = value
public string InternetIdentity { get; set; }

Property value

Type: System.String

Remarks

The default value is Mozilla/4.0 (compatible; MSIE 4.01; Windows NT; MS Search 5.0 Robot).

See also

Reference

SearchService class

SearchService members

Microsoft.Office.Server.Search.Administration namespace