Title Property

Microsoft Deployment Tools

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

The Title summary information property briefly describes the type of installer package. Phrases such as "Installation Database" or "Transform" or "Patch" may be used for this property.

Win32 MSI APIs: MsiSummaryInfoGetProperty, MsiSummaryInfoSetProperty

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