Title Property

Microsoft Deployment Compression & Installer

Copy image CopyHover image
Deployment Tools Foundation Title Property
Gets the title of the feature.
Declaration Syntax
C# Visual Basic Visual C++
public string Title { get; }
Public ReadOnly Property Title As String
	Get
public:
property String^ Title {
	String^ get ();
}
Property Value
Remarks

Win32 MSI API: MsiGetFeatureInfo

Exceptions
Exception Condition
InvalidHandleException the Session handle is invalid
ArgumentException an unknown feature was requested

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