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: 2016.0.105.16 (2016.0.105.16)

Syntax

C#
public enum VGPermissionType
Visual Basic
Public Enumeration 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