InstallCaptureConfiguration Constructor¶
Initializes a new instance of the InstallCaptureConfiguration class with a specified VM Configuration name, Execution Profile name and output folder.
Namespace: Citrix.SDK.AppDNA
Assembly: Citrix.SDK.AppDNA (in Citrix.SDK.AppDNA.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
public InstallCaptureConfiguration( string vmConfigurationName, string executionProfileName, string outputFolder )
VB¶
Public Sub New ( vmConfigurationName As String, executionProfileName As String, outputFolder As String )
Parameters¶
- vmConfigurationName
- Type: System.String
VM Configuration name. - executionProfileName
- Type: System.String
Execution Profile name - outputFolder
- Type: System.String
The full path to the folder into which the output of the import process is to be placed.
See Also¶
Reference¶
InstallCaptureConfiguration Class
Citrix.SDK.AppDNA Namespace