Click or drag to resize

VGRoleComment Property

Gets or sets a short description of the role.

Namespace:  Novalys.VisualGuard.Security.Membership
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.0.101.19 (2019.0.0101.19)
Syntax
public string Comment { get; set; }

Return Value

Type: String
A short description of the permission set.
Exceptions
ExceptionCondition
ArgumentExceptionthe value is longer than 1024 characters
InvalidOperationExceptionthe value is modified and the role is marked as a built-in role.
See Also