←Select platform

GetUsersInRole Method

Summary

Retrieves all users which are members in the specified role.

Syntax

C#
VB
C++
[OperationContractAttribute()] 
public 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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.WCF Assembly