OfficeTaskHelper.GetManagerOf Method

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

Syntax

'Declaration
Public Shared Function GetManagerOf ( _
    context As WorkflowContext, _
    originalUser As String _
) As String
'Usage
Dim context As WorkflowContext
Dim originalUser As String
Dim returnValue As String

returnValue = OfficeTaskHelper.GetManagerOf(context, _
    originalUser)
public static string GetManagerOf(
    WorkflowContext context,
    string originalUser
)

Parameters

Return Value

Type: System.String
Returns String.

See Also

Reference

OfficeTaskHelper Class

OfficeTaskHelper Members

Microsoft.Office.Workflow.Actions Namespace