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