Registration Shell Properties

Registration shell property accessors are defined when registering a new user.

Shell.LoginId()

Variant& containing string (read-only). The user's login ID.

Shell.Password()

Variant& containing string (read-only). The user's password.

Shell.RegistrationMethod()

Variant& containing string (read-only). Indicates the registration method in use. Possible values are manual and automatic and correspond to options available on the External User tab of the Settings dialog box in SBM System Administrator.

Shell.Contact()

Variant& containing VarRecord object. A Contact record representing the new user. Changes made to this object are stored in the database after the script exits. See VarRecord.

Related Topics

Shell Property Descriptions

Shell Properties by Context