IsReserved: Boolean;
The IsReserved property returns whether the P4AUDIT reserved user exists in the repository.
Available values:
True. The P4AUDIT reserved user exists in the repository.
False. The P4AUDIT reserved user does not exist in the repository.
IMPORTANT. The P4AUDIT reserved service user is declared as outdated. To ensure security and system login, create a new service user of security subsystem on a each user's computer using the IMetabaseAuditUserInfo.CreateUser method.
The property use is given in the example for IMetabaseAuditUserInfo.CreateUser.
See also: