IRole<TKey>.Id Property

 

The Id of the role

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

Syntax

TKey Id { get; }
property TKey Id {
    TKey get();
}
abstract Id : 'TKey with get
ReadOnly Property Id As TKey

Property Value

Type: TKey

See Also

IRole<TKey> Interface
Microsoft.AspNet.Identity Namespace
ASP.NET Identity

Return to top