Share via


TableResultControl.ColumnDisplayNames property

Gets the column display names for the result set.

Namespace:  Microsoft.SharePoint.WebControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

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

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

Property value

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

See also

Reference

TableResultControl class

TableResultControl members

Microsoft.SharePoint.WebControls namespace