This topic has not yet been rated - Rate this topic

Keywords Property

IIS 7.0

Gets a read-only collection that contains the keywords for this instance of the ProductManager object.

Namespace:  Microsoft.Web.PlatformInstaller
Assembly:  Microsoft.Web.PlatformInstaller (in Microsoft.Web.PlatformInstaller.dll)
public ReadOnlyCollection<Keyword> Keywords { get; }

Property Value

Type: ReadOnlyCollection<(Of <(<'Keyword>)>)>
A generic ReadOnlyCollection of Keyword objects.

The ProductManager contains a list of keywords that can be displayed by a KeywordTab in the Web Platform Installer user interface. This property returns a read-only copy of those keywords associated with the current installation operation.

Did you find this helpful?
(1500 characters remaining)