Subject Property

Microsoft Deployment Compression & Installer

Copy image CopyHover image
Deployment Tools Foundation Subject Property
Gets or sets the Subject summary information property.
Declaration Syntax
C# Visual Basic Visual C++
public string Subject { get; set; }
Public Property Subject As String
	Get
	Set
public:
property String^ Subject {
	String^ get ();
	void set (String^ value);
}
Property Value
Remarks

The Subject summary information property conveys to a file browser the product that can be installed using the logic and data in this installer database. For example, the value of the summary property for Microsoft Office 97 would be "Microsoft Office 97 Professional". This value is typically set from the installer property ProductName.

Win32 MSI APIs: MsiSummaryInfoGetProperty, MsiSummaryInfoSetProperty

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