Deployment Tools Foundation
Item Property (name)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller.Package ► InstallPackageProperties ► Item[([(String])])
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 Syntax
Parameters
- name (String)
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.