IRole.Id Property
Id of the role
Namespace: Microsoft.AspNet.Identity
Assembly: Microsoft.AspNet.Identity.Core (in Microsoft.AspNet.Identity.Core.dll)
Syntax
'Declaration
ReadOnly Property Id As String
Get
'Usage
Dim instance As IRole
Dim value As String
value = instance.Id
string Id { get; }
property String^ Id {
String^ get ();
}
abstract Id : string
function get Id () : String
Property Value
Type: System.String