Keyword.Products Property

Definition

Gets a read-only collection of products associated with the current keword.

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

Property Value

A generic ReadOnlyCollection of Product objects.

Applies to