IdentityRole<TKey, TUserRole>.Name Property

 

Gets or sets the role name.

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

Syntax

public string Name { get; set; }
public:
property String^ Name {
    virtual String^ get() sealed;
    virtual void set(String^ value) sealed;
}
abstract Name : string with get, set
override Name : string with get, set
Public Property Name As String

Property Value

Type: System.String

Implements

IRole<TKey>.Name

See Also

IdentityRole<TKey, TUserRole> Class
Microsoft.AspNet.Identity.EntityFramework Namespace
ASP.NET Identity

Return to top