getInstance()
The method returns an instance for the UserManagement class (<wincc_oa_path>/Examples_<version>/scripts/libs/classes/userManagement/UserManagement.ctl)
Synopsis
static public shared_ptr <UserManagement> getInstance();
Return Value
An instance of the UserManagement class.
Errors
Errors are shown in the log viewer.
Example
#uses "classes/userManagement/UserManagement"
main(mapping event)
{
shared_ptr<UserManagement> um = UserManagement::getInstance();
}
