CrawlRuleCollection.Item-Eigenschaft (Int32)
Ruft ein CrawlRule -Objekt aus der Auflistung auf Grundlage der angegebenen Priorität.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
priority As Integer _
) As CrawlRule
Get
'Usage
Dim instance As CrawlRuleCollection
Dim priority As Integer
Dim value As CrawlRule
value = instance(priority)
public CrawlRule this[
int priority
] { get; }
Parameter
priority
Typ: System.Int32Eine 32-Bit-Ganzzahl, die die Priorität angibt.
Eigenschaftswert
Typ: Microsoft.Office.Server.Search.Administration.CrawlRule
Ein CrawlRule -Objekt, das die Crawlregel darstellt.