Leadtools.Dicom.WCF

IsUserInRole Method (DICOMService)

Show in webframe



A System.String representing the user name.
A System.String representing the name of the role.
User custom data.
Checks whether a user is a member of specific role.
Syntax
'Declaration
 
Public Overridable Function IsUserInRole( _
   ByVal username As String, _
   ByVal role As String, _
   ByVal extraData As String _
) As Boolean
'Usage
 
Dim instance As DICOMService
Dim username As String
Dim role As String
Dim extraData As String
Dim value As Boolean
 
value = instance.IsUserInRole(username, role, extraData)
public virtual bool IsUserInRole( 
   string username,
   string role,
   string extraData
)
public:
virtual bool IsUserInRole( 
   String^ username,
   String^ role,
   String^ extraData
) 

Parameters

username
A System.String representing the user name.
role
A System.String representing the name of the role.
extraData
User custom data.

Return Value

true if the user is a member of the specified role.
Requirements

Target Platforms

See Also

Reference

DICOMService Class
DICOMService Members

 

 


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