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) | ![]() |
---|---|
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) |
C# | |
---|---|
public WorklistShare( ShareType shareType, ValueType startDate, ValueType endDate, WorkTypes workTypes ) |
C++/CLI | |
---|---|
public: WorklistShare( ShareType shareType, ValueType^ startDate, ValueType^ endDate, WorkTypes^ workTypes ) |
Parameters
- shareType
- startDate
- endDate
- workTypes
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