BMXNET 4.0 Developer API

Authenticated user associated with this remote session

Namespace:  IndianHealthService.BMXNet
Assembly:  BMXNET40 (in BMXNET40.dll)

Syntax

         
 C#  Visual Basic  Visual C++ 
User User { get; }
ReadOnly Property User As User
property User^ User {
	User^ get ();
}

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;

See Also