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: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2016.0.105.16 (2016.0.105.16)

Syntax

C#
public bool GrantRolesLikePreviousVersion { get; }
Visual Basic
Public ReadOnly Property GrantRolesLikePreviousVersion As Boolean
	Get

Property Value

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