IdentityUser<TKey,TUserClaim,TUserRole,TUserLogin>.Roles Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Navigation property for the roles this user belongs to.
public:
virtual property System::Collections::Generic::ICollection<TUserRole> ^ Roles { System::Collections::Generic::ICollection<TUserRole> ^ get(); };
public virtual System.Collections.Generic.ICollection<TUserRole> Roles { get; }
member this.Roles : System.Collections.Generic.ICollection<'UserRole>
Public Overridable ReadOnly Property Roles As ICollection(Of TUserRole)
Property Value
ICollection<TUserRole>