2 references to IsAnonymous
System.Web.Extensions (2)
ApplicationServices\ProfileService.cs (1)
201
if (settingProperty.IsReadOnly || (pb.
IsAnonymous
&& !(bool)settingProperty.Attributes["AllowAnonymous"])) {
Profile\ProfileService.cs (1)
99
(!profile.
IsAnonymous
|| (bool)settingProperty.Attributes["AllowAnonymous"])) {