RefinementHiddenObject.GetObject method

Returns the specified RefinementHiddenObject object.

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

Syntax

'Declaration
Public Shared Function GetObject ( _
    cControl As Control, _
    qryId As QueryId _
) As RefinementHiddenObject
'Usage
Dim cControl As Control
Dim qryId As QueryId
Dim returnValue As RefinementHiddenObject

returnValue = RefinementHiddenObject.GetObject(cControl, _
    qryId)
public static RefinementHiddenObject GetObject(
    Control cControl,
    QueryId qryId
)

Parameters

Return value

Type: Microsoft.Office.Server.Search.WebControls.RefinementHiddenObject

See also

Reference

RefinementHiddenObject class

RefinementHiddenObject members

Microsoft.Office.Server.Search.WebControls namespace