SigSpot.SetOutcome Method
Namespace: Microsoft.Office.Workflow
Assembly: Microsoft.Office.Workflow.Routing (in Microsoft.Office.Workflow.Routing.dll)
Syntax
'Declaration
Public Sub SetOutcome ( _
strSigner As String, _
strOutcome As String _
)
'Usage
Dim instance As SigSpot
Dim strSigner As String
Dim strOutcome As String
instance.SetOutcome(strSigner, strOutcome)
public void SetOutcome(
string strSigner,
string strOutcome
)
Parameters
- strSigner
Type: System.String
- strOutcome
Type: System.String