SigSpot.Delegate Method
Namespace: Microsoft.Office.Workflow
Assembly: Microsoft.Office.Workflow.Routing (in Microsoft.Office.Workflow.Routing.dll)
Syntax
'Declaration
Public Sub Delegate ( _
assignee As Contact _
)
'Usage
Dim instance As SigSpot
Dim assignee As Contact
instance.Delegate(assignee)
public void Delegate(
Contact assignee
)
Parameters
- assignee
Type: Microsoft.Office.Workflow.Utility.Contact