RoleManager<TRole>.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 the persistence store this instance operates over.
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)
Property Value
The persistence store this instance operates over.