C#
VB
Java
WinRT C#
C++
Gets or sets the name of the current logged in user.
public string CurrentUser { get; set; }
Public Property CurrentUser As String
public string CurrentUser {get; set;}
public String getCurrentUser()
public void setCurrentUser(String currentUser)
get_CurrentUser();
set_CurrentUser(value);
Object.defineProperty('CurrentUser');
public:
property String^ CurrentUser
{
String^ get()
void set(String^ value)
}
The name of the current logged in user. Default value is null.
If this AnnGroupsRoles is set in an AnnContainer, then any AnnObject added to the container will have its AnnObject.UserId checked and updated to the value of CurrentUser if it did not contain a previous value.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET