IniWrkflIPPage.GetLocString Method

Retrieves a localized version of the specified string from the resource files.

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

  • strName
    Type: System.String
    The name of the string value to retrieve.

Return Value

Type: System.String
Returns String.

See Also

Reference

IniWrkflIPPage Class

IniWrkflIPPage Members

Microsoft.Office.Workflow Namespace