Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.Int32A 32-bit integer that specifies the index position.
Property Value
Type: Microsoft.SharePoint.Search.Query.Sort