Represents an action used to replace all occurences of a role in the list of roles granted to users with another role.

Namespace:  Novalys.VisualGuard.Security.Deployment.Actions
Assembly:  vg_deployment (in vg_deployment.exe) Version: 3.2.912.1 (3.2.912.01)

Syntax

C#
public sealed class VGReplaceRoleAction : VGIDeploymentAction
Visual Basic (Declaration)
Public NotInheritable Class VGReplaceRoleAction _
	Implements VGIDeploymentAction

Inheritance Hierarchy

System..::.Object
  Novalys.VisualGuard.Security.Deployment.Actions..::.VGReplaceRoleAction

See Also