Gets the currently logged in UserId.
[Visual Basic] Public Property ReadOnly CurrentUser As String [C#] public string CurrentUser { get; } [C++] public: __property String* get_CurrentUser(); [JScript] public function get CurrentUser() : String
The current user, an empty string if unknown, or null if not logged in.
When using OS_USER login, it depends on the target system, if the current username can be returned or not. If not an empty string is returned.
MimerConnection Class | Mimer.Data.Client Namespace