HttpContextWrapper::Profile Property

 

Gets the ProfileBase object for the current user profile.

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

public:
property ProfileBase^ Profile {
	virtual ProfileBase^ get() override;
}

Property Value

Type: System.Web.Profile::ProfileBase^

If profile properties are defined in the application configuration file and profiles are enabled for the application, an object that represents the current user profile; otherwise, null.

.NET Framework
Available since 3.5
Return to top
Show: