Creates a new instance of the class VGDeploymentActionElement based on the given action

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

Syntax

C#
public VGDeploymentActionElement(
	VGIDeploymentAction action
)
Visual Basic (Declaration)
Public Sub New ( _
	action As VGIDeploymentAction _
)

Parameters

action
Type: Novalys.VisualGuard.Security.Deployment.Actions..::.VGIDeploymentAction
the action associated to the element

See Also