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
[StringLengthAttribute(256)]
public string Description { get; set; }
public:
[StringLengthAttribute(256)]
property String^ Description {
String^ get();
void set(String^ value);
}
[<StringLengthAttribute(256)>]
member Description : string with get, set
<StringLengthAttribute(256)>
Public Property Description As String
Property Value
Type: System.String
The description of the role entity.
See Also
RoleEntity Class
System.Web.Providers.Entities Namespace
ASP.NET Identity
Return to top