WorklistShare Constructor(String,ShareType,DateTime,DateTime)
See Also 
SourceCode.Workflow.Management Namespace > WorklistShare Class > WorklistShare Constructor : WorklistShare Constructor(String,ShareType,DateTime,DateTime)



userName
shareType
startDate
endDate

Glossary Item Box

Syntax

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

Parameters

userName
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