IUser<TKey>.Id Property

 

The unique identifier for the user.

Namespace:   Microsoft.AspNet.Identity
Assembly:  Microsoft.AspNet.Identity.Core (in Microsoft.AspNet.Identity.Core.dll)

Syntax

TKey Id { get; }
property TKey Id {
    TKey get();
}
abstract Id : 'TKey with get
ReadOnly Property Id As TKey

Property Value

Type: TKey

See Also

IUser<TKey> Interface
Microsoft.AspNet.Identity Namespace
ASP.NET Identity

Return to top