WorkType Constructor(String,WorklistCriteria,Destinations)
See Also 
SourceCode.Workflow.Management Namespace > WorkType Class > WorkType Constructor : WorkType Constructor(String,WorklistCriteria,Destinations)



name
criteria
destinations

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByVal name As String, _
   ByVal criteria As WorklistCriteria, _
   ByVal destinations As Destinations _
)
Visual Basic (Usage) Copy Code
Dim name As String
Dim criteria As WorklistCriteria
Dim destinations As Destinations
 
Dim instance As New WorkType(name, criteria, destinations)

Parameters

name
criteria
destinations

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also