Leadtools.Dicom.Services Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.25
GetAllRoles Method
See Also 
Leadtools.Dicom.Services Namespace > IDICOMManage Interface : GetAllRoles Method



extraData
User custom data.
extraData
User custom data.
Retrieves all roles defined by the server.

Syntax

Visual Basic (Declaration) 
Function GetAllRoles( _
   ByVal extraData As String _
) As String()
Visual Basic (Usage)Copy Code
Dim instance As IDICOMManage
Dim extraData As String
Dim value() As String
 
value = instance.GetAllRoles(extraData)
C# 
string[] GetAllRoles( 
   string extraData
)
C++/CLI 
array<String^>^ GetAllRoles( 
   String^ extraData
) 

Parameters

extraData
User custom data.

Return Value

An array of strings representing the defined server roles.

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also