Specifies the type of item for which the current principal is a member.

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 VGPermissionType Type { get; set; }
Visual Basic
Public Property Type As VGPermissionType
	Get
	Set

Property Value

Type: VGPermissionType
A VGPermissionType value. The default is Permission.

See Also