SummaryInfo Property

DTF API

Copy image CopyHover image
Deployment Tools Foundation SummaryInfo Property
Deployment Tools Foundation NamespacesMicrosoft.Deployment.WindowsInstallerDatabaseSummaryInfo
Gets the SummaryInfo object for this database that can be used to examine and modify properties to the summary information stream.
Declaration Syntax
C# Visual Basic Visual C++ F#
public SummaryInfo SummaryInfo { get; }
Public ReadOnly Property SummaryInfo As SummaryInfo
	Get
public:
property SummaryInfo^ SummaryInfo {
	SummaryInfo^ get ();
}
member SummaryInfo : SummaryInfo with get
Property Value
Remarks

The object returned from this property does not need to be explicitly persisted or closed. Any modifications will be automatically saved when the database is committed.

Win32 MSI API: MsiGetSummaryInformation

Exceptions
Exception Condition
InvalidHandleException the Database handle is invalid

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