Leadtools.Dicom.WCF

GetUsersInRole Method (DICOMService)

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

DICOMService Class
DICOMService Members

 

 


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