Click or drag to resize

VGPermissionType Enumeration

Specifies the type of the item (role or permission) checked by the VGPrincipalPermission object.

Namespace:  Novalys.VisualGuard.Security
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.0.101.19 (2019.0.0101.19)
Syntax
public enum VGPermissionType
Members
  Member nameValueDescription
Role0 Specifies that the type of the item to check is a role.
Permission1 Specifies that the type of the item to check is a permission.
None2
See Also