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: 2016.0.105.16 (2016.0.105.16)

Syntax

C#
bool CanBeGrantedToRole { get; }
Visual Basic
ReadOnly Property CanBeGrantedToRole As Boolean
	Get

Property Value

Type: Boolean
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