service UserDescriptor in module com::sun::star::sdbcx::

(Global Index)

Syntax

service UserDescriptor;

Description

is used to create a new user in a database.

See also

User

Included Services

com::sun::star::sdbcx::Descriptor

Description

is used to create a new object within a database.


Property Summary

Password is the password for the user.

Property Details



Password

Syntax

string Password;

Description

is the password for the user.

Top of Page