Fields.AllFields Property
Gets or sets all columns included in the query.
Namespace: [DspSts Web service]
Web service reference: http://Site/_vti_bin/DspSts.asmx
Syntax
'Declaration
Public Property AllFields As AllFields
Get
Set
'Usage
Dim instance As Fields
Dim value As AllFields
value = instance.AllFields
instance.AllFields = value
public AllFields AllFields { get; set; }
Property Value
Type: [DspSts Web service].AllFields
A AllFields object that represents all the columns.