Share via


SearchProxyInfo.UseCrawlProxyForFederation property

Gets a value that determines whether the crawl proxy settings are used for federated searches.

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

Syntax

'Declaration
<DataMemberAttribute> _
Public Property UseCrawlProxyForFederation As Boolean
    Get
    Friend Set
'Usage
Dim instance As SearchProxyInfo
Dim value As Boolean

value = instance.UseCrawlProxyForFederation
[DataMemberAttribute]
public bool UseCrawlProxyForFederation { get; internal set; }

Property value

Type: System.Boolean
true if the crawl proxy settings are used for federated searches; otherwise, false.

See also

Reference

SearchProxyInfo class

SearchProxyInfo members

Microsoft.Office.Server.Search.Administration namespace