This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.

Syntax

C# Copy imageCopy Code
                                  public class User
Visual Basic (Declaration) Copy imageCopy Code
                                  Public Class User

The type exposes the following properties.

Public Properties

  Name Description
Public property ActivationDate
Activation date
Public property Static member ApplicationUser
Returns the application user.
Public property Comment (Inherited from MembershipUser.)
Public property CreationDate (Inherited from MembershipUser.)
Public property Culture
Returns the culture of this user.
Public property Email (Inherited from MembershipUser.)
Public property Expirationdate
Expiration date
Public property ExternalKey
Returns the external key of this user.
Public property FullName
Full name
Public property Static member GuestUser
Returns the guest user
Public property Id
Returns the id of this user.
Public property IsApplicationUser
Returns true if this user is the application user.
Public property IsApproved
Gets or sets whether the membership user can be authenticated. The IsApproved value for a membership user is checked during the call to ValidateUser by the MembershipProvider. If the IsApproved property returns false, the ValidateUser method returns false even if the supplied user name and password are correct.
(Overrides MembershipUser..::IsApproved.)
Public property IsGuestUser
Returns true if this user is the guest user.
Public property IsLockedOut (Inherited from MembershipUser.)
Public property IsOnline (Inherited from MembershipUser.)
Public property LastActivityDate (Inherited from MembershipUser.)
Public property LastLockoutDate (Inherited from MembershipUser.)
Public property LastLoginDate (Inherited from MembershipUser.)
Public property LastPasswordChangedDate (Inherited from MembershipUser.)
Public property PasswordQuestion (Inherited from MembershipUser.)
Public property PrimaryGroupId
Returns the primary group id of this user.
Public property ProviderName (Inherited from MembershipUser.)
Public property ProviderUserKey (Inherited from MembershipUser.)
Public property Type
User type
Public property UserName (Inherited from MembershipUser.)

See Also

Advanced