Visual Basic (Declaration) | |
---|---|
Public Function New( _ ByVal userName As String, _ ByVal shareType As ShareType, _ ByVal startDate As Date, _ ByVal endDate As Date, _ ByVal workTypes As WorkTypes _ ) |
Visual Basic (Usage) | ![]() |
---|---|
Dim userName As String Dim shareType As ShareType Dim startDate As Date Dim endDate As Date Dim workTypes As WorkTypes Dim instance As New WorklistShare(userName, shareType, startDate, endDate, workTypes) |
C# | |
---|---|
public WorklistShare( string userName, ShareType shareType, DateTime startDate, DateTime endDate, WorkTypes workTypes ) |
C++/CLI | |
---|---|
public: WorklistShare( String^ userName, ShareType shareType, DateTime startDate, DateTime endDate, WorkTypes^ workTypes ) |
Parameters
- userName
- 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