Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.