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 or sets the columns by which the data returned is ordered.
Namespace: [DspSts Web service]
Web service reference: http://Site/_vti_bin/DspSts.asmx
Syntax
'Declaration
Public Property OrderBy As OrderField()
Get
Set
'Usage
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.