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 6.0.0+8c7432e50072e009353ea5f2c956ccf453476f71

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.