Click or drag to resize

UserPermissionsIsFullPermission Property

Gets a value indicating whether this instance includes all base permissions is allowed.

Namespace:  Recrovit.RecroGridFramework.Security
Assembly:  Recrovit.RecroGrid (in Recrovit.RecroGrid.dll) Version: 2.6.0
Syntax
C#
public bool IsFullPermission { get; }

Property Value

Type: Boolean
true if this instance includes all base permissions is allowed; otherwise, false.
See Also