Share via


RefinementWebPart.LoadResource Method

Returns the specified resource.

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

Syntax

'Declaration
Public Overrides Function LoadResource ( _
    strId As String _
) As String
'Usage
Dim instance As RefinementWebPart
Dim strId As String
Dim returnValue As String

returnValue = instance.LoadResource(strId)
public override string LoadResource(
    string strId
)

Parameters

  • strId
    Type: System.String

    The identifier (ID) for the resource.

Return Value

Type: System.String
The value of the resource.

Remarks

This override retrieves the value of the specified resource.

See Also

Reference

RefinementWebPart Class

RefinementWebPart Members

Microsoft.Office.Server.Search.WebControls Namespace