PackageName Property

Microsoft Deployment Tools

Deployment Tools Foundation PackageName Property
Gets or sets the name of the Windows Installer package or patch package on the source.
Declaration Syntax
C# Visual Basic Visual C++
public string PackageName { get; set; }
Public Property PackageName As String
public:
property String^ PackageName {
	String^ get ();
	void set (String^ value);
}

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