DotNetNuke 5.2
The UserProfile class provides a Business Layer entity for the Users Profile

Namespace:  DotNetNuke.Entities.Users
Assembly:  DotNetNuke (in DotNetNuke.dll) Version: 5.2.0.275

Syntax

C#
[SerializableAttribute]
public class UserProfile
Visual Basic (Declaration)
<SerializableAttribute> _
Public Class UserProfile
Visual C++
[SerializableAttribute]
public ref class UserProfile

Remarks

Inheritance Hierarchy

System..::.Object
  DotNetNuke.Entities.Users..::.UserProfile

See Also