Contains a collection of VGDeploymentActionElement objects representing the list of actions to execute during the deployment

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

Syntax

C#
public sealed class VGDeploymentActionElementCollection : ConfigurationElementCollection
Visual Basic (Declaration)
Public NotInheritable Class VGDeploymentActionElementCollection _
	Inherits ConfigurationElementCollection

Inheritance Hierarchy

System..::.Object
  System.Configuration..::.ConfigurationElement
    System.Configuration..::.ConfigurationElementCollection
      Novalys.VisualGuard.Security.Deployment..::.VGDeploymentActionElementCollection

See Also