IdentityDbContext<TUser,TRole,TKey,TUserClaim,TUserRole,TUserLogin,TRoleClaim,TUserToken>.UserClaims 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定 DbSet<TEntity> User 宣告的 。
public:
property Microsoft::EntityFrameworkCore::DbSet<TUserClaim> ^ UserClaims { Microsoft::EntityFrameworkCore::DbSet<TUserClaim> ^ get(); void set(Microsoft::EntityFrameworkCore::DbSet<TUserClaim> ^ value); };
public Microsoft.EntityFrameworkCore.DbSet<TUserClaim> UserClaims { get; set; }
member this.UserClaims : Microsoft.EntityFrameworkCore.DbSet<'UserClaim (requires 'UserClaim :> Microsoft.AspNetCore.Identity.EntityFrameworkCore.IdentityUserClaim<'Key>)> with get, set
Public Property UserClaims As DbSet(Of TUserClaim)
屬性值
DbSet<TUserClaim>