DemotedSiteCollection.Item property (Int32)
Gets the demoted site at the specified index in the collection.
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; }
Parameters
index
Type: System.Int32A 32-bit integer that specifies the position in the index.
Property value
Type: Microsoft.Office.Server.Search.Administration.DemotedSite
A DemotedSite object.