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 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.