Visual Basic (Declaration) | |
---|---|
Public Overloads Function OpenWorklist( _ ByVal Platform As String, _ ByVal ManagedUser As String _ ) As Worklist |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As Connection Dim Platform As String Dim ManagedUser As String Dim value As Worklist value = instance.OpenWorklist(Platform, ManagedUser) |
C# | |
---|---|
public Worklist OpenWorklist( string Platform, string ManagedUser ) |
C++/CLI | |
---|---|
public: Worklist^ OpenWorklist( String^ Platform, String^ ManagedUser ) |
Parameters
- Platform
- ManagedUser
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