←Select platform

GetUsersInRole Method (IManageService)

Summary

Retrieves all users which are members in the specified role.

Syntax

C#
VB
C++
[OperationContractAttribute()] 
string[] GetUsersInRole(  
   string roleName, 
   string extraData 
) 
<OperationContractAttribute()> 
Function GetUsersInRole( _ 
   ByVal roleName As String, _ 
   ByVal extraData As String _ 
) As String() 
[OperationContractAttribute()] 
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Dicom.WCF Assembly
Click or drag to resize