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 filter, column selection, sorting, and row limit used in the query.
Namespace: [DspSts Web service]
Web service reference: http://Site/_vti_bin/DspSts.asmx
Syntax
'Declaration
Public Property Query As DspQuery
Get
Set
'Usage
Dim instance As DSQuery
Dim value As DspQuery
value = instance.Query
instance.Query = value
public DspQuery Query { get; set; }
Property Value
Type: [DspSts Web service].DspQuery
A DspQuery object that specifies the filter, column selection, sorting, and row limit.