RoleEntity.Description Property

Gets or sets the description of the role entity.

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

Syntax

'Declaration
<StringLengthAttribute()> _
Public Property Description As String 
    Get 
    Set
'Usage
Dim instance As RoleEntity 
Dim value As String 

value = instance.Description

instance.Description = value
[StringLengthAttribute()]
public string Description { get; set; }
[StringLengthAttribute()]
public:
property String^ Description {
    String^ get ();
    void set (String^ value);
}
[<StringLengthAttribute()>]
member Description : string with get, set
function get Description () : String 
function set Description (value : String)

Property Value

Type: System.String
The description of the role entity.

See Also

Reference

RoleEntity Class

System.Web.Providers.Entities Namespace

Other Resources

ASP.NET Identity