Leadtools.Dicom.Services Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.25
CreateRole Method
See Also 
Leadtools.Dicom.Services Namespace > IDICOMManage Interface : CreateRole Method



roleName
A System.String specifying the role to be created.
extraData
User custom data.
roleName
A System.String specifying the role to be created.
extraData
User custom data.
Creates a new role.

Syntax

Visual Basic (Declaration) 
Sub CreateRole( _
   ByVal roleName As String, _
   ByVal extraData As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As IDICOMManage
Dim roleName As String
Dim extraData As String
 
instance.CreateRole(roleName, extraData)
C# 
void CreateRole( 
   string roleName,
   string extraData
)
C++/CLI 
void CreateRole( 
   String^ roleName,
   String^ extraData
) 

Parameters

roleName
A System.String specifying the role to be created.
extraData
User custom data.

Requirements

Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family

See Also