CrawlRule.AccountName 属性 (Microsoft.Office.Server.Search.Administration)

Gets a string containing the account name for the crawl rule.

命名空间: Microsoft.Office.Server.Search.Administration
程序集: Microsoft.Office.Server.Search (在 microsoft.office.server.search.dll 中)

语法

声明
Public ReadOnly Property AccountName As String
用法
Dim instance As CrawlRule
Dim value As String

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

属性值

A string containing the account name.

备注

The AccountName property returns an empty string for exclusion type crawl rules.

Use the SetCredentials method of the CrawlRule class to change the account name for a crawl rule.

另请参阅

参考

CrawlRule 类
CrawlRule 成员
Microsoft.Office.Server.Search.Administration 命名空间