Click or drag to resize

SecurityRoleUsers Property

Gets or sets the security users in the role

Namespace:  SanteDB.Core.Model.Security
Assembly:  SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 2.2.1
Syntax
public List<SecurityUser> Users { get; set; }

Property Value

Type: ListSecurityUser
See Also