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.