Initializes the VGIDeploymentAction object with specified values used by the action

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 void Init(
	KeyValueConfigurationCollection values
)
Visual Basic (Declaration)
Public Sub Init ( _
	values As KeyValueConfigurationCollection _
)

Parameters

values
Type: System.Configuration..::.KeyValueConfigurationCollection
a collection of values used by the action

Implements

VGIDeploymentAction..::.Init(KeyValueConfigurationCollection)

See Also