Deployment Tools Foundation
SourceDirectory Property
Gets or sets the location to obtain source files and cabinets when
extracting or updating files in the working directory. This is often
the location of an original copy of the package that is not meant
to be modified.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public string SourceDirectory { get; set; }
Public Property SourceDirectory As String Get Set
public: property String^ SourceDirectory { String^ get (); void set (String^ value); }
member SourceDirectory : 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)