IdentityUserRole.UserId Property

UserId for the user that is in the role

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

Syntax

'Declaration
Public Overridable Property UserId As String 
    Get 
    Set
'Usage
Dim instance As IdentityUserRole 
Dim value As String 

value = instance.UserId

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

Property Value

Type: System.String

See Also

Reference

IdentityUserRole Class

Microsoft.AspNet.Identity.EntityFramework Namespace