Keywords Property

Microsoft Deployment Tools

Deployment Tools Foundation Keywords Property
Gets or sets the Keywords summary information property.
Declaration Syntax
C# Visual Basic Visual C++
public string Keywords { get; set; }
Public Property Keywords As String
public:
property String^ Keywords {
	String^ get ();
	void set (String^ value);
}
Remarks

The Keywords summary information property is used by file browsers to hold keywords that permit the database file to be found in a keyword search. The set of keywords typically includes "Installer" as well as product-specific keywords, and may be localized.

Win32 MSI APIs: MsiSummaryInfoGetProperty, MsiSummaryInfoSetProperty

Assembly: Microsoft.Deployment.WindowsInstaller (Module: Microsoft.Deployment.WindowsInstaller) Version: 3.0.0.0 (3.5.1623.0)