ScopeRuleCollection.Item-Eigenschaft
Ruft die Regel angegebenen Gültigkeitsbereich aus der Auflistung ab.
Namespace: Microsoft.Office.Server.Search.Administration
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
id As Integer _
) As ScopeRule
Get
'Usage
Dim instance As ScopeRuleCollection
Dim id As Integer
Dim value As ScopeRule
value = instance(id)
public ScopeRule this[
int id
] { get; }
Parameter
id
Typ: System.Int32Eine 32-Bit-Ganzzahl, die die Bereichsregel gibt-ID.
Eigenschaftswert
Typ: Microsoft.Office.Server.Search.Administration.ScopeRule
Ein ScopeRule -Objekt.