SortCollection.Add method

Adds a new Sort structure to the collection.

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

Syntax

'Declaration
Public Sub Add ( _
    strProperty As String, _
    direction As SortDirection _
)
'Usage
Dim instance As SortCollection
Dim strProperty As String
Dim direction As SortDirection

instance.Add(strProperty, direction)
public void Add(
    string strProperty,
    SortDirection direction
)

Parameters

  • strProperty
    Type: System.String

    A string specifying the name of the property to sort the results by.

See also

Reference

SortCollection class

SortCollection members

Microsoft.SharePoint.Client.Search.Query namespace