Skip to content

IUserRetrieveService.ByUsername method

Gets the user definition with the specified username.

public IUserDefinition? ByUsername(string username)
parameter description
username The username to look up.

Return Value

The matching IUserDefinition or null if not found.

See Also