Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.5
|
Leadtools.Dicom.WCF Namespace > DICOMService Class : GetUsersInRole Method |
'Declaration Public Overridable Function GetUsersInRole( _ ByVal roleName As String, _ ByVal extraData As String _ ) As String()
'Usage Dim instance As DICOMService Dim roleName As String Dim extraData As String Dim value() As String value = instance.GetUsersInRole(roleName, extraData)
public: virtual array<String^>^ GetUsersInRole( String^ roleName, String^ extraData )