RSS Documentation
UpdateRole Method



Syntax
'Declaration
 
Public Shared Function UpdateRole( _
   ByVal cn As BPMConnection, _
   ByVal orgRoleFullName As String, _
   ByVal role As Role, _
   ByVal members As BPM.BPMObjectNameCollection _
) As Role
'Usage
 
Dim cn As BPMConnection
Dim orgRoleFullName As String
Dim role As Role
Dim members As BPM.BPMObjectNameCollection
Dim value As Role
 
value = Role.UpdateRole(cn, orgRoleFullName, role, members)
public static Role UpdateRole( 
   BPMConnection cn,
   string orgRoleFullName,
   Role role,
   BPM.BPMObjectNameCollection members
)
public:
static Role^ UpdateRole( 
   BPMConnection^ cn,
   String^ orgRoleFullName,
   Role^ role,
   BPM.BPMObjectNameCollection^ members
) 

Parameters

cn
orgRoleFullName
role
members
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

Role Class
Role Members

Send Feedback