SearchService.ProxyType Property
Specifies whether the search service 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.