Initializes the VGIDeploymentAction object with specified values used by the action

Namespace: Novalys.VisualGuard.Security.Deployment.Actions
Assembly: Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2017.0.101.17 (2017.0.101.17)

Syntax

C#
public void Init(
	KeyValueConfigurationCollection values
)
Visual Basic
Public Sub Init ( 
	values As KeyValueConfigurationCollection
)

Parameters

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

See Also