Skip to content

InstallCaptureSourceDetails.DriveLetter Property

Gets or sets a value that will be used to map a drive to the InstallWorkingDirectory before executing the InstallCommand. This is only used by some Execution Profiles.

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 Nullable<char> DriveLetter { get; set; }

VB

Public Property DriveLetter As Nullable(Of Char)
    Get
    Set

Property Value

Type: Nullable(Char)

See Also

Reference

InstallCaptureSourceDetails Class
Citrix.SDK.AppDNA Namespace

Was this article helpful?