Compartilhar via


SortCollection.Item Property

Gets the specified Sort structure from the collection.

Namespace:  Microsoft.SharePoint.Search.Query
Assembly:  Microsoft.SharePoint.Search (in Microsoft.SharePoint.Search.dll)

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    index As Integer _
) As Sort
    Get
'Usage
Dim instance As SortCollection
Dim index As Integer
Dim value As Sort

value = instance(index)
public Sort this[
    int index
] { get; }

Parameters

  • index
    Type: System.Int32

    A 32-bit integer that specifies the index position.

Property Value

Type: Microsoft.SharePoint.Search.Query.Sort

See Also

Reference

SortCollection Class

SortCollection Members

Microsoft.SharePoint.Search.Query Namespace