SR.Init Method (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 _
) As Boolean
'Usage
Dim strResourceFile As String
Dim returnValue As Boolean
returnValue = SR.Init(strResourceFile)
[ObsoleteAttribute("The ResourceManager is statically initialized.")]
public static bool Init(
string strResourceFile
)
Parameters
- strResourceFile
Type: System.String
Return Value
Type: System.Boolean