IsSupported: Boolean;
The IsSupported property returns whether a new service user exists in the repository.
Available values:
True. A new service user is created in the repository.
False. A new service user is not created in the repository.
To create a service user in database, use the IMetabaseAuditUserInfo.CreateUser method.
The property use is given in the example for IMetabaseAuditUserInfo.ChangePassword.
See also: