WorkingDirectory Property

DTF API

Copy image CopyHover image
Deployment Tools Foundation WorkingDirectory Property
Gets or sets the location where files will be extracted to/updated from. Also the location where a temporary folder is created during some operations.
Declaration Syntax
C# Visual Basic Visual C++ F#
public string WorkingDirectory { get; set; }
Public Property WorkingDirectory As String
	Get
	Set
public:
property String^ WorkingDirectory {
	String^ get ();
	void set (String^ value);
}
member WorkingDirectory : string with get, set
Property Value

Assembly: Microsoft.Deployment.WindowsInstaller.Package (Module: Microsoft.Deployment.WindowsInstaller.Package.dll) Version: 3.0.0.0 (3.11.1.2318)