BCUserDBGetUser Method (Int32) |
Returns a user with the specified ID property value.
Namespace:
BlueCieloECM.InnoCielo.Meridian.Server
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax public BCUser GetUser(
int userID
)
Public Function GetUser (
userID As Integer
) As BCUser
Parameters
- userID
- Type: SystemInt32
The ID property value of the user to return.
Return Value
Type:
BCUserThe user with the specified
ID property value.
See Also