Save the current deployment settings in the specified file

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

Syntax

C#
public void SaveSettings(
	string fileName
)
Visual Basic (Declaration)
Public Sub SaveSettings ( _
	fileName As String _
)

Parameters

fileName
Type: System..::.String
The file name of the deployment file in which the settings must be saved

See Also