SummaryInformation Property (MsiDatabase Object)

[This is preliminary documentation and subject to change.]

This is the SummaryInformation property of the MsiDatabase object. This property returns an MsiSummaryInfo object that can be used to examine, update, and add properties to the SummaryInformation stream.

Syntax

object.SummaryInformation(maxProperties)

Parts

object
MsiDatabase object.
maxProperties
Required maximum number of properties to be added or modified, used solely to allocate sufficient working memory during the stream generation. It is not required to actually store this number of properties. A value of zero prevents the stream from being updated and must be used if the database is opened read-only.