RefinementHiddenObject.Columns property

Gets the column names of the search refinement hidden object.

Namespace:  Microsoft.Office.Server.Search.WebControls
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public ReadOnly Property Columns As StringCollection
    Get
'Usage
Dim instance As RefinementHiddenObject
Dim value As StringCollection

value = instance.Columns
public StringCollection Columns { get; }

Property value

Type: System.Collections.Specialized.StringCollection
The collection of strings containing the column names.

See also

Reference

RefinementHiddenObject class

RefinementHiddenObject members

Microsoft.Office.Server.Search.WebControls namespace