Gets a VGRepositoryDeploymentSection object containing the deployment options.

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

Syntax

C#
public VGRepositoryDeploymentSection Section { get; }
Visual Basic (Declaration)
Public ReadOnly Property Section As VGRepositoryDeploymentSection

Remarks

These options are automatically loaded from the deployment configuration file when this program is launched as command line tool. You can also use this property to define these options programatically and call the method SaveSettings(String) to save these options in a file or call the method ExecuteActions()()() to execute directly the specified actions.

See Also