UserManager<TUser>.Store 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.
Gets or sets the persistence store the manager operates over.
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)
Property Value
The persistence store the manager operates over.