Leadtools.Dicom.Services
LEAD Technologies, Inc

GetRolesForUser Method






An array of strings representing all roles which the user is a member in.
User custom data.
Gets the roles which a user is a member of.
Syntax
string[] GetRolesForUser( 
   string username,
   string extraData
)
'Declaration
 
Function GetRolesForUser( _
   ByVal username As String, _
   ByVal extraData As String _
) As String()
'Usage
 
Dim instance As IDICOMManage
Dim username As String
Dim extraData As String
Dim value() As String
 
value = instance.GetRolesForUser(username, extraData)
string[] GetRolesForUser( 
   string username,
   string extraData
)
function Leadtools.Dicom.Services.IDICOMManage.GetRolesForUser( 
   username ,
   extraData 
)
array<String^>^ GetRolesForUser( 
   String^ username,
   String^ extraData
) 

Parameters

username
An array of strings representing all roles which the user is a member 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

IDICOMManage Interface
IDICOMManage Members

 

 


Products | Support | Contact Us | Copyright Notices

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