LastUsedType Property

Microsoft Deployment Tools

Deployment Tools Foundation LastUsedType Property
Gets the type of the last-used source.
Declaration Syntax
C# Visual Basic Visual C++
public string LastUsedType { get; }
Public ReadOnly Property LastUsedType As String
public:
property String^ LastUsedType {
	String^ get ();
}
Remarks

  • "n" = network location
  • "u" = URL location
  • "m" = media location
  • (empty string) = no last used source

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