Gets or sets a short description of the role.

Namespace:  Novalys.VisualGuard.Security.Membership
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 3.2.912.1 (3.2.912.01)

Syntax

C#
public string Comment { get; set; }
Visual Basic (Declaration)
Public Property Comment As String

Return Value

A short description of the permission set.

Exceptions

ExceptionCondition
System..::.ArgumentExceptionthe value is longer than 1024 characters
System..::.InvalidOperationExceptionthe value is modified and the role is marked as a built-in role.

See Also