IdentityUserRole.RoleId Property

RoleId for the role

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

Syntax

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

value = instance.RoleId

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

Property Value

Type: System.String

See Also

Reference

IdentityUserRole Class

Microsoft.AspNet.Identity.EntityFramework Namespace