Leadtools.Dicom.Services

GetUsersInRole Method

Show in webframe



A System.String specifying the role name.
User custom data.
Retrieves all users which are members in the specified role.
Syntax
'Declaration
 
Function GetUsersInRole( _
   ByVal roleName As String, _
   ByVal extraData As String _
) As String()
'Usage
 
Dim instance As IDICOMManage
Dim roleName As String
Dim extraData As String
Dim value() As String
 
value = instance.GetUsersInRole(roleName, extraData)
string[] GetUsersInRole( 
   string roleName,
   string extraData
)
array<String^>^ GetUsersInRole( 
   String^ roleName,
   String^ extraData
) 

Parameters

roleName
A System.String specifying the role name.
extraData
User custom data.

Return Value

An array of strings representing all users which are members in the specified role.
Requirements

Target Platforms

See Also

Reference

IDICOMManage Interface
IDICOMManage Members

 

 


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