Skip to main content

InstallPackageProperties Class

Accessor for getting and setting properties of the «see T:WixToolset.Dtf.WindowsInstaller.Package.InstallPackage» database.

Properties

PropertyDescription
ItemGets or sets a property in the database. When getting a property that does not exist in the database, an empty string is returned. To remove a property from the database, set it to an empty string.

WixToolset.Dtf.WindowsInstaller.Package.dll version 5.0.2+aa65968c419420d32e3e1b647aea0082f5ca5b78

Item Property

Gets or sets a property in the database. When getting a property that does not exist in the database, an empty string is returned. To remove a property from the database, set it to an empty string.

Declaration

public string Item { get; set; } 

Remarks

This has the same results as direct SQL queries on the Property table; it's only meant to be a more convenient way of access.