Title Property

DTF API

Copy image CopyHover image
Deployment Tools Foundation Title Property
Gets or sets the Title summary information property.
Declaration Syntax
C# Visual Basic Visual C++ F#
public string Title { get; set; }
Public Property Title As String
	Get
	Set
public:
property String^ Title {
	String^ get ();
	void set (String^ value);
}
member Title : string with get, set
Property 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.dll) Version: 3.0.0.0 (3.11.1.2318)