BMXNET 4.0 Developer API
Authenticated user associated with this remote session
Namespace:
IndianHealthService.BMXNetAssembly: BMXNET40 (in BMXNET40.dll)
Syntax
Remarks
If there is a remoteSession user, it will be the same as the localSession User object
Examples
this.StatusLabel.Text="Logged in: "+ aRemoteSession.User.Name;