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.StringThe 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.