Gets or sets a value that determines whether changes to user-profile information are automatically saved on page exit.
Documentation for this section has not yet been entered.
When the ProfileSection.AutomaticSaveEnabled property is false, changes to individual profiles are not saved unless the System.Web.Profile.ProfileBase.Save method of the ProfileCommon class is called in code. When the ProfileSection.AutomaticSaveEnabled property is true, the System.Web.Profile.ProfileModule.ProfileAutoSaving event also allows code to override the automatic save behavior.