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: 3.2.912.1 (3.2.912.01)

Syntax

C#
public enum VGPermissionType
Visual Basic (Declaration)
Public Enumeration VGPermissionType

Members

Member nameDescription
Role
Specifies that the type of the item to check is a role.
Permission
Specifies that the type of the item to check is a permission.
None

See Also