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



extraData
User custom data.
extraData
User custom data.
Retrieves all users names stored in the server.

Syntax

Visual Basic (Declaration) 
Function GetAllUsers( _
   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.GetAllUsers(extraData)
C# 
string[] GetAllUsers( 
   string extraData
)
C++/CLI 
array<String^>^ GetAllUsers( 
   String^ extraData
) 

Parameters

extraData
User custom data.

Return Value

An array of strings representing the users names.

Requirements

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

See Also