ProfileBase::IsAnonymous Property
.NET Framework (current version)
Gets a value indicating whether the user profile is for an anonymous user.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System::Booleantrue if the user profile is for an anonymous user; otherwise, false.
Anonymous access to the user profile is enabled using the configuration section and the allowAnonymous attribute of the configuration element used to specify profile properties.
.NET Framework
Available since 2.0
Available since 2.0
Show: