Deployment Tools Foundation
GetProductProperty Method (property)
Deployment Tools Foundation Namespaces ► Microsoft.Deployment.WindowsInstaller ► Session ► GetProductProperty(String)
Retrieves product properties (not session properties) from the product database.
Declaration Syntax
Parameters
- property (String)
Return Value
Value of the property, or an empty string if the property is not set.
Remarks
Note this is not the correct method for getting ordinary session properties. For that, see the indexer on the Session class.
Win32 MSI API: MsiGetProductProperty