Error processing SSI file
Leadtools.Dicom.WCF

Show in webframe

GetUsersInRole Method (IManageService)






A System.String specifying the role name.
User custom data.
Retrieves all users which are members in the specified role.
Syntax
[OperationContractAttribute()]
string[] GetUsersInRole( 
   string roleName,
   string extraData
)
'Declaration
 
<OperationContractAttribute()>
Function GetUsersInRole( _
   ByVal roleName As String, _
   ByVal extraData As String _
) As String()
'Usage
 
Dim instance As IManageService
Dim roleName As String
Dim extraData As String
Dim value() As String
 
value = instance.GetUsersInRole(roleName, 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

IManageService Interface
IManageService Members

Error processing SSI file