Compartilhar via


DspQuery.OrderBy Property

NOTE: This API is now obsolete.

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

'Declaration
<ObsoleteAttribute("Use the Lists web service instead.")> _
Public Property OrderBy As OrderField()
    Get
    Set
'Usage
Dim instance As DspQuery
Dim value As OrderField()

value = instance.OrderBy

instance.OrderBy = value
[ObsoleteAttribute("Use the Lists web service instead.")]
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