ProductManager.Keywords Property

Definition

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

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::Web::PlatformInstaller::Keyword ^> ^ Keywords { System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::Web::PlatformInstaller::Keyword ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Web.PlatformInstaller.Keyword> Keywords { get; }
member this.Keywords : System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.Web.PlatformInstaller.Keyword>
Public ReadOnly Property Keywords As ReadOnlyCollection(Of Keyword)

Property Value

A generic ReadOnlyCollection of Keyword objects.

Remarks

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.

Applies to

See also