ProfileInfo::IsAnonymous Property

 

Gets whether the user name for the profile is anonymous.

Namespace:   System.Web.Profile
Assembly:  System.Web (in System.Web.dll)

public:
property bool IsAnonymous {
	virtual bool get();
}

Property Value

Type: System::Boolean

true if the user name for the profile is anonymous; otherwise, false.

.NET Framework
Available since 2.0
Return to top
Show: