IdentityUser.Id Property

User ID (Primary Key)

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

Syntax

'Declaration
Public Overridable Property Id As String 
    Get 
    Set
'Usage
Dim instance As IdentityUser 
Dim value As String 

value = instance.Id

instance.Id = value
public virtual string Id { get; set; }
public:
virtual property String^ Id {
    String^ get ();
    void set (String^ value);
}
abstract Id : string with get, set 
override Id : string with get, set
function get Id () : String 
function set Id (value : String)

Property Value

Type: System.String

Implements

IUser.Id

See Also

Reference

IdentityUser Class

Microsoft.AspNet.Identity.EntityFramework Namespace