ListPage.GetLocString Method

Returns the localized string from the dlc.resx resource file.

Namespace:  Microsoft.Office.Workflow
Assembly:  Microsoft.Office.Workflow.Pages (in Microsoft.Office.Workflow.Pages.dll)

Syntax

'Declaration
Protected Function GetLocString ( _
    strName As String _
) As String
'Usage
Dim strName As String
Dim returnValue As String

returnValue = Me.GetLocString(strName)
protected string GetLocString(
    string strName
)

Parameters

Return Value

Type: System.String
Returns String.

See Also

Reference

ListPage Class

ListPage Members

Microsoft.Office.Workflow Namespace