HttpContext.Profile Property
.NET Framework 3.0
Gets the ProfileBase object for the current user profile.
Namespace: System.Web
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
'Declaration Public ReadOnly Property Profile As ProfileBase 'Usage Dim instance As HttpContext Dim value As ProfileBase value = instance.Profile
/** @property */ public ProfileBase get_Profile ()
public function get Profile () : ProfileBase
Not applicable.
Property Value
A ProfileBase if the application configuration file contains a definition for the profile's properties; otherwise, a null reference (Nothing in Visual Basic).Community Additions
ADD
Show: