ProfileEventArgs.Profile Property
Assembly: System.Web (in system.web.dll)
public: property ProfileBase^ Profile { ProfileBase^ get (); void set (ProfileBase^ value); }
/** @property */ public ProfileBase get_Profile () /** @property */ public void set_Profile (ProfileBase value)
public function get Profile () : ProfileBase public function set Profile (value : ProfileBase)
Not applicable.
Property Value
The user profile to use for the current request. The default is a null reference (Nothing in Visual Basic).You can use the Profile property during the Personalize event to specify a custom user profile. If, when the Personalize event completes, the ProfileEventArgs parameter of the ProfileEventHandler has its Profile property set to a value that’s not a null reference (Nothing in Visual Basic), then the ProfileModule uses the value of the Profile property in the current HttpContext.
Note: |
|---|
|
The ProfileModule does not set the Profile property for the Personalize event. The ProfileModule only gets the value of the Profile property when the code in the Personalize event completes. If the ProfileEventArgs.Profile property is not explicitly set by application code during the Personalize event, the Profile property value will be a null reference (Nothing in Visual Basic). |
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.
Note: