PackageName Property

DTF API

Copy image CopyHover image
Deployment Tools Foundation PackageName Property
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerSourceListPackageName
Gets or sets the name of the Windows Installer package or patch package on the source.
Declaration Syntax
C# Visual Basic Visual C++ F#
public string PackageName { get; set; }
Public Property PackageName As String
	Get
	Set
public:
property String^ PackageName {
	String^ get ();
	void set (String^ value);
}
member PackageName : string with get, set
Property Value

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