Share via


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