IdentityRole<TKey,TUserRole,TRoleClaim>.Claims 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 claims in this role.
public:
virtual property System::Collections::Generic::ICollection<TRoleClaim> ^ Claims { System::Collections::Generic::ICollection<TRoleClaim> ^ get(); };
public virtual System.Collections.Generic.ICollection<TRoleClaim> Claims { get; }
member this.Claims : System.Collections.Generic.ICollection<'RoleClaim (requires 'RoleClaim :> Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityRoleClaim<'Key>)>
Public Overridable ReadOnly Property Claims As ICollection(Of TRoleClaim)
Property Value
ICollection<TRoleClaim>