LastUsedType Property

DTF API

Copy image CopyHover image
Deployment Tools Foundation LastUsedType Property
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerSourceListLastUsedType
Gets the type of the last-used source.
Declaration Syntax
C# Visual Basic Visual C++ F#
public string LastUsedType { get; }
Public ReadOnly Property LastUsedType As String
	Get
public:
property String^ LastUsedType {
	String^ get ();
}
member LastUsedType : string with get
Property Value
Remarks

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

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