Skip to main content
.NET Framework 4.6.2+

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

PermissionPolicyUser Properties
Show Inherited Hide Inherited

An XAF user who has a list of associated security roles that support the Allow/Deny Permission Policies.
Name Description
ActiveAdminExists Obsolete. This property is obsolete. The Validation Module no longer uses this property. The corresponding validation Rules were removed.
ChangePasswordOnFirstLogon Specifies whether the user must change their password the on the next logon.
GCRecord Inherited from BaseObject.
ID Specifies the PermissionPolicyUser identifier.
ID The key property for the BaseObject class. Inherited from BaseObject.
IsActive Specifies if a user is allowed to logon.
Roles A list of roles associated with the current user.
StoredPassword Specifies the encrypted password stored in the database.
UserName Specifies the user’s login name.
See Also