Leadtools.Dicom.Services

GetAllUsers Method

Show in webframe



User custom data.
Retrieves all users names stored in the server.
Syntax
'Declaration
 
Function GetAllUsers( _
   ByVal extraData As String _
) As String()
'Usage
 
Dim instance As IDICOMManage
Dim extraData As String
Dim value() As String
 
value = instance.GetAllUsers(extraData)
string[] GetAllUsers( 
   string extraData
)
array<String^>^ GetAllUsers( 
   String^ extraData
) 

Parameters

extraData
User custom data.

Return Value

An array of strings representing the users names.
Requirements

Target Platforms

See Also

Reference

IDICOMManage Interface
IDICOMManage Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.