Visual Basic (Declaration) | |
---|---|
Public Function DeleteWorkTypeDestination( _ ByVal userName As String, _ ByVal destination As Destination _ ) As Boolean |
Visual Basic (Usage) | ![]() |
---|---|
Dim instance As WorkflowManagementServer Dim userName As String Dim destination As Destination Dim value As Boolean value = instance.DeleteWorkTypeDestination(userName, destination) |
C# | |
---|---|
public bool DeleteWorkTypeDestination( string userName, Destination destination ) |
C++/CLI | |
---|---|
public: bool DeleteWorkTypeDestination( String^ userName, Destination^ destination ) |
Parameters
- userName
- destination
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