DemotedSiteCollection.Item-Eigenschaft (Int32)
Ruft den herabgestuften Website am angegebenen Index in 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 ( _
index As Integer _
) As DemotedSite
Get
'Usage
Dim instance As DemotedSiteCollection
Dim index As Integer
Dim value As DemotedSite
value = instance(index)
public DemotedSite this[
int index
] { get; }
Parameter
index
Typ: System.Int32Eine 32-Bit-Ganzzahl, die im Index die Position angibt.
Eigenschaftswert
Typ: Microsoft.Office.Server.Search.Administration.DemotedSite
Ein DemotedSite -Objekt.