| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As AspAuthenticatingLoginManager Dim user As UserBase instance.SetUserProfile(user) | |
Parameters
- user
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.
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family