IMetabaseAuditUserInfo.IsSupported

Syntax

IsSupported: Boolean;

Description

The IsSupported property returns whether a new service user exists in the repository.

Comments

Available values:

To create a service user in database, use the IMetabaseAuditUserInfo.CreateUser method.

Example

The property use is given in the example for IMetabaseAuditUserInfo.ChangePassword.

See also:

IMetabaseAuditUserInfo