Leadtools.Dicom.WCF
LEAD Technologies, Inc

RoleExists Method (DICOMService)






A System.String representing the role name to check for.
User custom data.
Checks if a role defined by the server.
Syntax
public virtual bool RoleExists( 
   string roleName,
   string extraData
)
'Declaration
 
Public Overridable Function RoleExists( _
   ByVal roleName As String, _
   ByVal extraData As String _
) As Boolean
'Usage
 
Dim instance As DICOMService
Dim roleName As String
Dim extraData As String
Dim value As Boolean
 
value = instance.RoleExists(roleName, extraData)
public virtual bool RoleExists( 
   string roleName,
   string extraData
)
 function Leadtools.Dicom.WCF.DICOMService.RoleExists( 
   roleName ,
   extraData 
)
public:
virtual 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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DICOMService Class
DICOMService Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.