UsersGetUserById Property

Retrieves a user record.

Namespace: BBNCExtensions.API.Users
Assemblies:  BBNCExtensions (in BBNCExtensions.dll) Version: 6.10.0.0
  BBNCExtensions (in BBNCExtensions.dll) Version: 6.10.0.0
Syntax
public abstract User this[
	int UserId
] { get; }

Parameters

UserId
Type: SystemInt32
The ID of the user.

Return Value

Type: User
The API.Users.User object for the specified user.