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
Microsoft.Office.Server.Search.Administration Namespace
Other Resources
Getting Started with the Enterprise Search Administration Object Model