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



RoleName
A System.String representing the role name to check for.
extraData
User custom data.
RoleName
A System.String representing the role name to check for.
extraData
User custom data.
Check if a role defiened by the server.

Syntax

Visual Basic (Declaration) 
Function RoleExists( _
   ByVal RoleName As String, _
   ByVal extraData As String _
) As Boolean
Visual Basic (Usage)Copy Code
Dim instance As IDICOMManage
Dim RoleName As String
Dim extraData As String
Dim value As Boolean
 
value = instance.RoleExists(RoleName, extraData)
C# 
bool RoleExists( 
   string RoleName,
   string extraData
)
C++/CLI 
bool RoleExists( 
   String^ RoleName,
   String^ extraData
) 

Parameters

RoleName
A System.String representing the role name to check for.
extraData
User custom data.

Return Value

true if the role name is defined by the server; otherwise false.

Requirements

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

See Also