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 Get Set
public: property String^ Title { String^ get (); void set (String^ value); }
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.9.1006.0)