次の方法で共有


CrawlRuleCollection.Item プロパティ (String) (Microsoft.Office.Server.Search.Administration)

指定されたパスに基づいて、コレクションから CrawlRule オブジェクトを取得します。

名前空間: 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
    パスの URL を含む文字列。

プロパティ値

クロール ルールを表す CrawlRule オブジェクト。

関連項目

参照

CrawlRuleCollection クラス
CrawlRuleCollection メンバ
Microsoft.Office.Server.Search.Administration 名前空間