Represents a Visual Guard role granted to a user.

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

Syntax

C#
[SerializableAttribute]
public sealed class VGGrantedRole
Visual Basic
<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