IdentityUser<TKey>.Id Property

Definition

Gets or sets the primary key for this user.

public:
 virtual property TKey Id { TKey get(); void set(TKey value); };
public virtual TKey Id { get; set; }
[Microsoft.AspNetCore.Identity.PersonalData]
public virtual TKey Id { get; set; }
member this.Id : 'Key with get, set
[<Microsoft.AspNetCore.Identity.PersonalData>]
member this.Id : 'Key with get, set
Public Overridable Property Id As TKey

Property Value

TKey
Attributes

Applies to