Grant a permission set to a role.

Namespace: Novalys.VisualGuard.Security.Membership
Assembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2016.0.105.16 (2016.0.105.16)

Syntax

C#
public void GrantPermissionSetToRole(
	VGRole role,
	VGPermissionSet permSet
)
Visual Basic
Public Sub GrantPermissionSetToRole ( 
	role As VGRole,
	permSet As VGPermissionSet
)

Parameters

role
Type: Novalys.VisualGuard.Security.Membership..::..VGRole
A that represents the Role
permSet
Type: Novalys.VisualGuard.Security.Membership..::..VGPermissionSet
A that represents the PermissionSet

See Also