Share via


RoleEntity.RoleName Property

 

Gets or sets the name of the role.

Namespace:   System.Web.Providers.Entities
Assembly:  System.Web.Providers (in System.Web.Providers.dll)

Syntax

[StringLengthAttribute(256)]
[RequiredAttribute]
public string RoleName { get; set; }
public:
[StringLengthAttribute(256)]
[RequiredAttribute]
property String^ RoleName {
    String^ get();
    void set(String^ value);
}
[<StringLengthAttribute(256)>]
[<RequiredAttribute>]
member RoleName : string with get, set
<StringLengthAttribute(256)>
<RequiredAttribute>
Public Property RoleName As String

Property Value

Type: System.String

The name of the role.

See Also

RoleEntity Class
System.Web.Providers.Entities Namespace
ASP.NET Identity

Return to top