Content.DefaultGatheringAccount property

Gets the default account used by the crawler.

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

Syntax

'Declaration
Public ReadOnly Property DefaultGatheringAccount As String
    Get
'Usage
Dim instance As Content
Dim value As String

value = instance.DefaultGatheringAccount
public string DefaultGatheringAccount { get; }

Property value

Type: System.String
A string that contains the account name.

See also

Reference

Content class

Content members

Microsoft.Office.Server.Search.Administration namespace