Leadtools.Dicom.WCF
LEAD Technologies, Inc

CreateUser Method (IManageService)






A System.String representing the new user name to create.
A System.String representing the new user password to create.
User custom data.
Creates a new user.
Syntax
[OperationContractAttribute()]
void CreateUser( 
   string username,
   string password,
   string extraData
)
'Declaration
 
<OperationContractAttribute()>
Sub CreateUser( _
   ByVal username As String, _
   ByVal password As String, _
   ByVal extraData As String _
) 
'Usage
 
Dim instance As IManageService
Dim username As String
Dim password As String
Dim extraData As String
 
instance.CreateUser(username, password, extraData)
[OperationContractAttribute()]
void CreateUser( 
   string username,
   string password,
   string extraData
)
OperationContractAttribute()
function Leadtools.Dicom.WCF.IManageService.CreateUser( 
   username ,
   password ,
   extraData 
)
[OperationContractAttribute()]
void CreateUser( 
   String^ username,
   String^ password,
   String^ extraData
) 

Parameters

username
A System.String representing the new user name to create.
password
A System.String representing the new user password to create.
extraData
User custom data.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IManageService Interface
IManageService Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.