Gets or sets a value indicating whether the associated property in the dynamically generated ProfileCommon class can be set by anonymous users.
Documentation for this section has not yet been entered.
At run time, the ASP.NET compilation system uses the information specified in the profile section of the configuration file to generate a class called ProfileCommon, which is derived from System.Web.Profile.ProfileBase. The class allows you to access and modify the values for individual user profiles.
The ProfileCommon class definition is based on the properties defined in the properties subsection of the profile section of the configuration file. The property values that you specify for an instance of the System.Web.Configuration.ProfilePropertySettings class will be used to define an associated property in the ProfileCommon class.
An exception is thrown if a property in the ProfileCommon class is changed by an anonymous user when the ProfilePropertySettings.AllowAnonymous property value is false.