IUser.Id Property

Unique key for the user

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

Syntax

'Declaration
ReadOnly Property Id As String 
    Get
'Usage
Dim instance As IUser 
Dim value As String 

value = instance.Id
string Id { get; }
property String^ Id {
    String^ get ();
}
abstract Id : string
function get Id () : String

Property Value

Type: System.String
The unique key for the user

See Also

Reference

IUser Interface

Microsoft.AspNet.Identity Namespace