IdentityUserRoles Property |
[Missing <summary> documentation for "P:VelocityDBExtensions2.AspNet.Identity.IdentityUser.Roles"]
Namespace:
VelocityDBExtensions2.AspNet.Identity
Assembly:
VelocityDBExtensions2 (in VelocityDBExtensions2.dll) Version: 11.1.0.0 (11.1.0)
Syntax public ICollection<IdentityRole> Roles { get; set; }
Public Property Roles As ICollection(Of IdentityRole)
Get
Set
public:
property ICollection<IdentityRole^>^ Roles {
ICollection<IdentityRole^>^ get ();
void set (ICollection<IdentityRole^>^ value);
}
member Roles : ICollection<IdentityRole> with get, set
Property Value
Type:
ICollectionIdentityRoleSee Also