DevForce Help Reference
SetUserProfile Method


Sets profile properties into the UserBase instance.
Syntax
'Declaration
 
Protected Overridable Sub SetUserProfile( _
   ByVal user As UserBase _
) 
'Usage
 
Dim instance As AspAuthenticatingLoginManager
Dim user As UserBase
 
instance.SetUserProfile(user)
protected virtual void SetUserProfile( 
   UserBase user
)

Parameters

user
Remarks
Called for authenticated and unauthenticated users. The default implementation will use reflection to set values for matching Profile properties in the UserBase custom class if the ASP.NET Profile Manager is enabled.

Note that the base IdeaBlade.EntityModel.UserBase class has no custom properties defined. To use the ASP.NET Profile feature and have these properties available in your client application you must extend UserBase.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AspAuthenticatingLoginManager Class
AspAuthenticatingLoginManager Members

Send Feedback