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