Error processing SSI file
Leadtools.Dicom.WCF

Show in webframe

GetUsersInRole Method (DICOMService)






A System.String specifying the role name.
User custom data.
Retrieves all users which are members in the specified role.
Syntax
public virtual string[] GetUsersInRole( 
   string roleName,
   string extraData
)
'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 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

Error processing SSI file