UserManager<TUser>.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 ou définit le magasin de persistance sur lequel le gestionnaire opère.
protected public:
property Microsoft::AspNetCore::Identity::IUserStore<TUser> ^ Store { Microsoft::AspNetCore::Identity::IUserStore<TUser> ^ get(); void set(Microsoft::AspNetCore::Identity::IUserStore<TUser> ^ value); };
protected internal Microsoft.AspNetCore.Identity.IUserStore<TUser> Store { get; set; }
member this.Store : Microsoft.AspNetCore.Identity.IUserStore<'User (requires 'User : null)> with get, set
Protected Friend Property Store As IUserStore(Of TUser)
Valeur de propriété
Magasin de persistance sur lequel le responsable opère.