LastUsedSource Property

Microsoft Deployment Tools

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++
public string LastUsedSource { get; set; }
Public Property LastUsedSource As String
public:
property String^ LastUsedSource {
	String^ get ();
	void set (String^ value);
}

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller) Version: 3.0.0.0 (3.5.1623.0)