Click or drag to resize
BCServerGetUserDBUserIDPassword Method
Gets 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.19.0)
Syntax
public void GetUserDBUserIDPassword(
	out string userID,
	out string password
)

Parameters

userID
Type: SystemString
The ID property value of the user.
password
Type: SystemString
The password for the user.
See Also