Click or drag to resize
IUserManagerGetUserByLoginName Method
Returns the user with the login name specified or null if no such user exists.

Namespace: VirtualRadar.Interface.Settings
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
IUser GetUserByLoginName(
	string loginName
)

Parameters

loginName
Type: SystemString

Return Value

Type: IUser
The user record or null.
See Also