Click or drag to resize

BasePermissionsRead Property

Gets or sets permission to Read.

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

Property Value

Type: Boolean
true if allowed to Read; otherwise, false.
See Also