Skip to main content
.NET 6.0+

DevExpress v24.1 Update — Your Feedback Matters

Our What's New in v24.1 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

SecuritySystemRole.Users Property

A list of users associated with the current role.

Namespace: DevExpress.ExpressApp.Security.Strategy

Assembly: DevExpress.ExpressApp.Security.Xpo.v24.1.dll

#Declaration

[Association("Users-Roles")]
public XPCollection<SecuritySystemUser> Users { get; }

#Property Value

Type Description
XPCollection<SecuritySystemUser>

An XPCollection<SecuritySystemUser> collection which is the list of users associated with the current role.

#Remarks

In XAF applications, permissions are not assigned to a user directly. Users have roles, which in turn are characterized by a permission set. So, each user has one or more roles that determine what actions can be performed.

See Also