Fields.Field Property
Gets or sets the columns included in a query.
Namespace: [DspSts Web service]
Web service reference: http://Site/_vti_bin/DspSts.asmx
Syntax
'Declaration
Public Property Field As Field()
Get
Set
'Usage
Dim instance As Fields
Dim value As Field()
value = instance.Field
instance.Field = value
public Field[] Field { get; set; }
Property Value
Type: []
An array of Field objects that represents the columns.