RSS Documentation
AddRole(BPMConnection,String,Role,BPMObjectNameCollection) Method



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

Parameters

cn
oufullname
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

OU Class
OU Members
Overload List

Send Feedback