Share via


IdentityUser<TKey, TLogin, TRole, TClaim>.Roles Property

Namespace:  Microsoft.AspNet.Identity.EntityFramework
Assembly:  Microsoft.AspNet.Identity.EntityFramework (in Microsoft.AspNet.Identity.EntityFramework.dll)

Syntax

public virtual ICollection<TRole> Roles { get; private set; }

Property Value

Type: System.Collections.Generic.ICollection<TRole>

See Also

Reference

IdentityUser<TKey, TLogin, TRole, TClaim> Class

Microsoft.AspNet.Identity.EntityFramework Namespace

Other Resources

ASP.NET Identity