SearchService.UseCrawlProxyForFederation property

Gets or sets a value that determines whether the crawl proxy settings will be used for federated search.

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

Syntax

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

value = instance.UseCrawlProxyForFederation

instance.UseCrawlProxyForFederation = value
public bool UseCrawlProxyForFederation { get; set; }

Property value

Type: System.Boolean
Returns Boolean.

See also

Reference

SearchService class

SearchService members

Microsoft.Office.Server.Search.Administration namespace