BCServerSetUserDBUserIDPassword Method  | 
 
            Sets user ID property value and password for User Database.
            
 
    Namespace: 
   BlueCieloECM.InnoCielo.Meridian.Server
    Assembly:
   BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntaxpublic void SetUserDBUserIDPassword(
	string userID,
	string password
)
Public Sub SetUserDBUserIDPassword ( 
	userID As String,
	password As String
)
Parameters
- userID
 - Type: SystemString
The ID property value of the user. - password
 - Type: SystemString
The password for the user. 
See Also