RSS Documentation
AssignOwner Method



Syntax
'Declaration
 
Public Shared Function AssignOwner( _
   ByVal cn As BPMConnection, _
   ByVal stepid As Integer, _
   ByVal memberFullName As String _
) As String
'Usage
 
Dim cn As BPMConnection
Dim stepid As Integer
Dim memberFullName As String
Dim value As String
 
value = BPMProcStep.AssignOwner(cn, stepid, memberFullName)
public static string AssignOwner( 
   BPMConnection cn,
   int stepid,
   string memberFullName
)
public:
static String^ AssignOwner( 
   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