SearchService.ProxyType property

Specifies whether the crawl component uses a proxy server or connects directly when crawling content.

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

Syntax

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

value = instance.ProxyType

instance.ProxyType = value
public ProxyType ProxyType { get; set; }

Property value

Type: Microsoft.Office.Server.Search.Administration.ProxyType

Remarks

An ProxyType object.

See also

Reference

SearchService class

SearchService members

Microsoft.Office.Server.Search.Administration namespace