Mimer Data Provider

MimerConnection.CurrentUser Property

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

Property Value

The current user, an empty string if unknown, or null if not logged in.

Remarks

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.

See Also

MimerConnection Class | Mimer.Data.Client Namespace