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 Code |
---|---|
public class User |
Visual Basic (Declaration) | Copy Code |
---|---|
Public Class User |
The type exposes the following properties.
Public Properties
Name | Description | |
---|---|---|
ActivationDate |
Activation date
|
|
ApplicationUser |
Returns the application user.
|
|
Comment | (Inherited from MembershipUser.) | |
CreationDate | (Inherited from MembershipUser.) | |
Culture |
Returns the culture of this user.
|
|
(Inherited from MembershipUser.) | ||
Expirationdate |
Expiration date
|
|
ExternalKey |
Returns the external key of this user.
|
|
FullName |
Full name
|
|
GuestUser |
Returns the guest user
|
|
Id |
Returns the id of this user.
|
|
IsApplicationUser |
Returns true if this user is the application user.
|
|
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.) |
|
IsGuestUser |
Returns true if this user is the guest user.
|
|
IsLockedOut | (Inherited from MembershipUser.) | |
IsOnline | (Inherited from MembershipUser.) | |
LastActivityDate | (Inherited from MembershipUser.) | |
LastLockoutDate | (Inherited from MembershipUser.) | |
LastLoginDate | (Inherited from MembershipUser.) | |
LastPasswordChangedDate | (Inherited from MembershipUser.) | |
PasswordQuestion | (Inherited from MembershipUser.) | |
PrimaryGroupId |
Returns the primary group id of this user.
|
|
ProviderName | (Inherited from MembershipUser.) | |
ProviderUserKey | (Inherited from MembershipUser.) | |
Type |
User type
|
|
UserName | (Inherited from MembershipUser.) |
See Also
Smartsite.Security Namespace