Credentialsuser_roles Property |
The list of user roles.
Typically these are obtained from the
AuthenticationRolesView
(default for which is the
users_roles table).
Namespace:
NetQuarry.Web.API
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public List<string> user_roles { get; set; }
Public Property user_roles As List(Of String)
Get
Set
Property Value
Type:
ListStringSee Also