Leadtools.Dicom.WCF Namespace > IManageService Interface : IsUserInRole Method |
'Declaration <OperationContractAttribute()> Function IsUserInRole( _ ByVal username As String, _ ByVal role As String, _ ByVal extraData As String _ ) As Boolean
'Usage Dim instance As IManageService Dim username As String Dim role As String Dim extraData As String Dim value As Boolean value = instance.IsUserInRole(username, role, extraData)