CrawlRuleCollection.Item 属性 (String) (Microsoft.Office.Server.Search.Administration)

Gets a CrawlRule object from collection, based on the specified path.

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

语法

声明
Public ReadOnly Default Property Item ( _
    path As String _
) As CrawlRule
用法
Dim instance As CrawlRuleCollection
Dim path As String
Dim value As CrawlRule

value = instance(path)
public CrawlRule this [
    string path
] { get; }

参数

  • path
    A string that contains the URL for the path.

属性值

A CrawlRule object that represents the crawl rule.

另请参阅

参考

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