BMXNET 4.0 Developer API
Authenticated user associated with LocalSession
Namespace:
IndianHealthService.BMXNetAssembly: BMXNET40 (in BMXNET40.dll)
Syntax
Remarks
If there are also RemoteSessions, the RemoteSessions will have the same User object
Examples
Copy Code | |
---|---|
this.StatusLabel.Text= aLocalSession.User == null ? "No user" : aLocalSession.User.Name; |