TableResultControl.ColumnNames Property

Gets the column names for the result set.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Public ReadOnly Property ColumnNames As ArrayList
    Get
'Usage
Dim instance As TableResultControl
Dim value As ArrayList

value = instance.ColumnNames
public ArrayList ColumnNames { get; }

Property Value

Type: System.Collections.ArrayList
An ArrayList that contains the column names for the result set.

See Also

Reference

TableResultControl Class

TableResultControl Members

Microsoft.SharePoint.WebControls Namespace