Leadtools.Dicom.WCF

GetRolesForUser Method (DICOMService)

Show in webframe



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
'Declaration
 
Public Overridable Function GetRolesForUser( _
   ByVal username As String, _
   ByVal extraData As String _
) As String()
'Usage
 
Dim instance As DICOMService
Dim username As String
Dim extraData As String
Dim value() As String
 
value = instance.GetRolesForUser(username, extraData)
public virtual string[] GetRolesForUser( 
   string username,
   string extraData
)
public:
virtual 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

See Also

Reference

DICOMService Class
DICOMService Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.