IdentityRole.Id Property

Role id

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

Syntax

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

value = instance.Id

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

Property Value

Type: System.String

Implements

IRole.Id

See Also

Reference

IdentityRole Class

Microsoft.AspNet.Identity.EntityFramework Namespace