 | SecurityUserRoles Property |
Represents roles
Namespace: SanteDB.Core.Model.SecurityAssembly: SanteDB.Core.Model (in SanteDB.Core.Model.dll) Version: 3.0.2081-alpha+0a330d5f5a5d3cb3e6e945ef530e94ac5671b49c
Syntaxpublic List<SecurityRole> Roles { get; set; }Public Property Roles As List(Of SecurityRole)
Get
Set
public:
property List<SecurityRole^>^ Roles {
List<SecurityRole^>^ get ();
void set (List<SecurityRole^>^ value);
}member Roles : List<SecurityRole> with get, set
Property Value
ListSecurityRole
See Also