![Copy image Copy image](copycode.gif)
![CopyHover image CopyHover image](copycodeHighlight.gif)
Deployment Tools Foundation
Title Property
Gets or sets the Title summary information property.
![](collapse_all.gif)
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
![](collapse_all.gif)
![](collapse_all.gif)
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)