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: 2016.0.105.16 (2016.0.105.16)

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