Represents a read only collection of VGIDeploymentAction to execute.

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 class VGDeploymentActionCollection : IEnumerable<VGIDeploymentAction>, 
	IEnumerable
Visual Basic (Declaration)
Public Class VGDeploymentActionCollection _
	Implements IEnumerable(Of VGIDeploymentAction), IEnumerable

Inheritance Hierarchy

System..::.Object
  Novalys.VisualGuard.Security.Deployment.Actions..::.VGDeploymentActionCollection

See Also