:: com :: sun :: star :: task ::

struct UserRecord

Elements' Summary
UserName specifies the user name. 
Passwords specifies the passwords for the given user. 
Elements' Details
UserName
string UserName;
Description
specifies the user name.
Passwords
sequence< string > Passwords;
Description
specifies the passwords for the given user.
Top of Page