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



shareType
startDate
endDate

Glossary Item Box

Syntax

Visual Basic (Declaration)  
Public Function New( _
   ByVal shareType As ShareType, _
   ByVal startDate As ValueType, _
   ByVal endDate As ValueType _
)
Visual Basic (Usage) Copy Code
Dim shareType As ShareType
Dim startDate As ValueType
Dim endDate As ValueType
 
Dim instance As New WorklistShare(shareType, startDate, endDate)
C#  
public WorklistShare( 
   ShareType shareType,
   ValueType startDate,
   ValueType endDate
)
C++/CLI  
public:
WorklistShare( 
   ShareType shareType,
   ValueType^ startDate,
   ValueType^ endDate
)

Parameters

shareType
startDate
endDate

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