RoleManager<TRole>.Store Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le magasin de persistance sur lequel cette instance opère.
protected:
property Microsoft::AspNetCore::Identity::IRoleStore<TRole> ^ Store { Microsoft::AspNetCore::Identity::IRoleStore<TRole> ^ get(); };
protected Microsoft.AspNetCore.Identity.IRoleStore<TRole> Store { get; }
member this.Store : Microsoft.AspNetCore.Identity.IRoleStore<'Role (requires 'Role : null)>
Protected ReadOnly Property Store As IRoleStore(Of TRole)
Valeur de propriété
Magasin de persistance sur lequel cette instance opère.