Represents a Visual Guard role granted to a user.

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

Syntax

C#
[SerializableAttribute]
public sealed class VGGrantedRole
Visual Basic (Declaration)
<SerializableAttribute> _
Public NotInheritable Class VGGrantedRole

Remarks

You can use this class when you want to filter the list of granted role in the event PermissionsLoading.

Inheritance Hierarchy

System..::.Object
  Novalys.VisualGuard.Security..::.VGGrantedRole

See Also