AspNetWebSocketContext::Profile Property

.NET Framework (current version)
 

Gets an object that contains user profile data.

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

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

Property Value

Type: System.Web.Profile::ProfileBase^

A System.Web.Profile::ProfileBase object if the application configuration file contains a definition for the profile's properties; otherwise, null.

Exception Condition
NotImplementedException

The property is not implemented.

.NET Framework
Available since 4.5
Return to top
Show: