Keywords Property

DTF API

Copy image CopyHover image
Deployment Tools Foundation Keywords Property
Gets or sets the Keywords summary information property.
Declaration Syntax
C# Visual Basic Visual C++ F#
public string Keywords { get; set; }
Public Property Keywords As String
	Get
	Set
public:
property String^ Keywords {
	String^ get ();
	void set (String^ value);
}
member Keywords : string with get, set
Property 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.dll) Version: 3.0.0.0 (3.11.1.2318)