WorklistShare Constructor(ShareType,ValueType,ValueType,WorkTypes)
See Also 
SourceCode.Workflow.Client Namespace > WorklistShare Class > WorklistShare Constructor : WorklistShare Constructor(ShareType,ValueType,ValueType,WorkTypes)



shareType
startDate
endDate
workTypes

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByVal shareType As ShareType, _
   ByVal startDate As ValueType, _
   ByVal endDate As ValueType, _
   ByVal workTypes As WorkTypes _
)
Visual Basic (Usage) Copy Code
Dim shareType As ShareType
Dim startDate As ValueType
Dim endDate As ValueType
Dim workTypes As WorkTypes
 
Dim instance As New WorklistShare(shareType, startDate, endDate, workTypes)

Parameters

shareType
startDate
endDate
workTypes

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