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)
Available in Sandboxed Solutions: No

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