Share via


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