SimpleQueryControl.SearchColumnNames property

Gets an array that contains the column names for the query.

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

Syntax

'Declaration
Public ReadOnly Property SearchColumnNames As ArrayList
    Get
'Usage
Dim instance As SimpleQueryControl
Dim value As ArrayList

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

Property value

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

See also

Reference

SimpleQueryControl class

SimpleQueryControl members

Microsoft.SharePoint.WebControls namespace