RSS Documentation
Transfer Method



Syntax
'Declaration
 
Public Shared Function Transfer( _
   ByVal cn As BPMConnection, _
   ByVal stepid As Integer, _
   ByVal memberFullName As String _
) As User
'Usage
 
Dim cn As BPMConnection
Dim stepid As Integer
Dim memberFullName As String
Dim value As User
 
value = BPMProcStep.Transfer(cn, stepid, memberFullName)
public static User Transfer( 
   BPMConnection cn,
   int stepid,
   string memberFullName
)
public:
static User^ Transfer( 
   BPMConnection^ cn,
   int stepid,
   String^ memberFullName
) 

Parameters

cn
stepid
memberFullName
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

Reference

BPMProcStep Class
BPMProcStep Members

Send Feedback