SigSpot Constructor

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

Syntax

'Declaration
Public Sub New ( _
    sigSpotID As String, _
    suggSigner As String, _
    assignee As Contact _
)
'Usage
Dim sigSpotID As String
Dim suggSigner As String
Dim assignee As Contact

Dim instance As New SigSpot(sigSpotID, _
    suggSigner, assignee)
public SigSpot(
    string sigSpotID,
    string suggSigner,
    Contact assignee
)

Parameters

See Also

Reference

SigSpot Structure

SigSpot Members

Microsoft.Office.Workflow Namespace