DspQuery.Fields property
Gets or sets the fields that are included in the query.
Namespace: WebSvcDspSts
Assembly: STSSOAP (in STSSOAP.dll)
Syntax
'Declaration
Public Property Fields As Fields
Get
Set
'Usage
Dim instance As DspQuery
Dim value As Fields
value = instance.Fields
instance.Fields = value
public Fields Fields { get; set; }
Property value
Type: WebSvcDspSts.Fields
A Fields object that contains the fields.