Product.Keywords Property

Definition

Gets a read-only collection of Keyword objects for the current product.

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 for the current product.

Applies to