Error processing SSI file
Leadtools.Dicom.Services

Show in webframe

GetAllRoles Method






User custom data.
Retrieves all roles defined by the server.
Syntax
string[] GetAllRoles( 
   string extraData
)
'Declaration
 
Function GetAllRoles( _
   ByVal extraData As String _
) As String()
'Usage
 
Dim instance As IDICOMManage
Dim extraData As String
Dim value() As String
 
value = instance.GetAllRoles(extraData)

            

            
array<String^>^ GetAllRoles( 
   String^ extraData
) 

Parameters

extraData
User custom data.

Return Value

An array of strings representing the defined server roles.
Requirements

Target Platforms

See Also

Reference

IDICOMManage Interface
IDICOMManage Members

Error processing SSI file