DspQuery.OrderBy Property

Gets or sets the columns by which the data returned is ordered.

Namespace:  Microsoft.SharePoint.Dsp
Assembly:  Microsoft.SharePoint.Dsp (in Microsoft.SharePoint.Dsp.dll)

Syntax

Public Property OrderBy As OrderField()
    Get
    Set

Dim instance As DspQuery
Dim value As OrderField()

value = instance.OrderBy

instance.OrderBy = value
public OrderField[] OrderBy { get; set; }

Property Value

Type: []
An array of OrderField objects representing the columns.

See Also

Reference

DspQuery Class

DspQuery Members

Microsoft.SharePoint.Dsp Namespace