Returns a user with the specified ID property value.

Namespace: BlueCieloECM.InnoCielo.Meridian.Server
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.40.0)

Syntax

C#
public BCUser GetUser(
	int userID
)
Visual Basic
Public Function GetUser ( _
	userID As Integer _
) As BCUser
Visual C++
public:
BCUser^ GetUser(
	int userID
)

Parameters

userID
Type: System..::..Int32
The ID property value of the user to return.

Return Value

The user with the specified ID property value.

See Also