Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The unique identifier for the user.
Namespace: Microsoft.AspNet.Identity
Assembly: Microsoft.AspNet.Identity.Core (in Microsoft.AspNet.Identity.Core.dll)
'Declaration
ReadOnly Property Id As TKey
Get
'Usage
Dim instance As IUser
Dim value As TKey
value = instance.Id
TKey Id { get; }
property TKey Id {
TKey get ();
}
abstract Id : 'TKey
function get Id () : TKey
Type: TKey