IndexPartitionCollection.Item Property (Int32)
Gets the IndexPartition at the specified index location in the IndexPartitionCollection object.
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 IndexPartition
Get
'Usage
Dim instance As IndexPartitionCollection
Dim index As Integer
Dim value As IndexPartition
value = instance(index)
public IndexPartition this[
int index
] { get; }
Parameters
index
Type: System.Int32The location of the IndexPartition in the IndexPartitionCollection.
Property Value
Type: Microsoft.Office.Server.Search.Administration.IndexPartition
The object at the specified index location in the IndexPartitionCollection.
See Also
Reference
IndexPartitionCollection Class