BCUserDBGetUser Method (Int32) |
Returns a user with the specified ID property value.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax public BCUser GetUser(
int userID
)
Public Function GetUser (
userID As Integer
) As BCUser
public:
BCUser^ GetUser(
int userID
)
member GetUser :
userID : int -> 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