SR.Init Method (String, String)

NOTE: This API is now obsolete.

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

Syntax

'Declaration
<ObsoleteAttribute("The ResourceManager is statically initialized.")> _
Public Shared Function Init ( _
    strResourceFile As String, _
    strResourceAssembly As String _
) As Boolean
'Usage
Dim strResourceFile As String
Dim strResourceAssembly As String
Dim returnValue As Boolean

returnValue = SR.Init(strResourceFile, _
    strResourceAssembly)
[ObsoleteAttribute("The ResourceManager is statically initialized.")]
public static bool Init(
    string strResourceFile,
    string strResourceAssembly
)

Parameters

Return Value

Type: System.Boolean

See Also

Reference

SR Class

SR Members

Init Overload

Microsoft.Office.Workflow.Actions Namespace