Programming with Reflection
CommitLoginProperties method
Syntax object.CommitLoginProperties [Options]
Saves information to the registry. The GetLoginProperty method opens a dialog box that prompts for user data. CommitLoginProperties controls whether this data is saved automatically, never saved, or saved after the user responds to a query. By default, Reflection always prompts the user, asking if new information should be saved.
Session.CommitLoginProperties rcChangesAlways
Options Argument type: Enumeration
Optional
Specifies conditions for making these changes. The default value is rcChangesAskUser.
rcChangesNever
Do not commit changes to the registry.
rcChangesAlways
Commit changes, but do not prompt the user.
rcChangesAskUser
If changes have been made, open a dialog box to ask the user whether to commit these changes to the registry.