←Select platform

RoleExists Method

Summary

Checks if a role defined by the server.

Syntax

C#
VB
C++
[OperationContractAttribute()] 
public bool RoleExists( 
   string RoleName, 
   string extraData 
) 
  
<OperationContractAttribute()> 
Function RoleExists( _ 
   ByVal RoleName As String, _ 
   ByVal extraData As String _ 
) As Boolean 
[OperationContractAttribute()] 
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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.WCF Assembly