Gets a value indicating if this permission set can be granted to a role.

Namespace:  Novalys.VisualGuard.Security
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 3.2.912.1 (3.2.912.01)

Syntax

C#
bool CanBeGrantedToRole { get; }
Visual Basic (Declaration)
ReadOnly Property CanBeGrantedToRole As Boolean

Field Value

true if the permission set can be granted to a role. false if the permission set must be only granted to a permission set and not directly to a role.

Remarks

this property is used only at design time in the Visual Guard console to allow or disallow a user to grant the permission set to a role.

See Also