Indicates whether the deployment process must grant roles of a new version of an application like roles of the previous version.

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 bool GrantRolesLikePreviousVersion { get; }
Visual Basic (Declaration)
Public ReadOnly Property GrantRolesLikePreviousVersion As Boolean

Remarks

This property will be ignored during the deployment process in 3 cases:

* The deployed application has not been created as a new version of another application.

* The deployed application already exists in the target repository (It is not the first deployment of the application).

* The previous version of the application (the application used to create this application) does not exist in the target repository.

See Also