次の方法で共有


IdentityRole<TKey,TUserRole,TRoleClaim>.Claims プロパティ

定義

このロールの要求のナビゲーション プロパティ。

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)

プロパティ値

ICollection<TRoleClaim>

適用対象