LastUsedSource Property

DTF API

Copy image CopyHover image
Deployment Tools Foundation LastUsedSource Property
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerSourceListLastUsedSource
Gets or sets the most recently used source location for the product.
Declaration Syntax
C# Visual Basic Visual C++ F#
public string LastUsedSource { get; set; }
Public Property LastUsedSource As String
	Get
	Set
public:
property String^ LastUsedSource {
	String^ get ();
	void set (String^ value);
}
member LastUsedSource : string with get, set
Property Value

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