Creates a new instance of the class VGDeploymentRepositoryData

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 VGDeploymentRepositoryData(
	VGRepositoryDataElement section
)
Visual Basic (Declaration)
Public Sub New ( _
	section As VGRepositoryDataElement _
)

Parameters

section
Type: Novalys.VisualGuard.Security.Deployment.Repository..::.VGRepositoryDataElement
A VGRepositoryDataElement object representing the section in the configuration file containing the data

See Also