Initializes a new instance of VGRepositoryInformationElement class with the specified VGIInformation object.

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

Syntax

C#
public VGRepositoryInformationElement(
	VGIInformation item
)
Visual Basic (Declaration)
Public Sub New ( _
	item As VGIInformation _
)

Parameters

item
Type: VGIInformation
the VGIInformation object stored in the deployment configuration file

See Also