Leadtools.Dicom.WCF
LEAD Technologies, Inc

AddUsersToRole Method (IManageService)






An array of strings representing the users which should be added to the specified roles.
An array of strings representing the roles which the specified users should be members in.
User custom data.
Adds users to the specified roles.
Syntax
[OperationContractAttribute()]
void AddUsersToRole( 
   string[] users,
   string[] roles,
   string extraData
)
'Declaration
 
<OperationContractAttribute()>
Sub AddUsersToRole( _
   ByVal users() As String, _
   ByVal roles() As String, _
   ByVal extraData As String _
) 
'Usage
 
Dim instance As IManageService
Dim users() As String
Dim roles() As String
Dim extraData As String
 
instance.AddUsersToRole(users, roles, extraData)
[OperationContractAttribute()]
void AddUsersToRole( 
   string[] users,
   string[] roles,
   string extraData
)
OperationContractAttribute()
function Leadtools.Dicom.WCF.IManageService.AddUsersToRole( 
   users ,
   roles ,
   extraData 
)
[OperationContractAttribute()]
void AddUsersToRole( 
   array<String^>^ users,
   array<String^>^ roles,
   String^ extraData
) 

Parameters

users
An array of strings representing the users which should be added to the specified roles.
roles
An array of strings representing the roles which the specified users should be members in.
extraData
User custom data.
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

IManageService Interface
IManageService Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.