Share via


Group.Products Property

Definition

Gets a collection of products this group represents.

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

Property Value

An System.Collections.ICollection of Product object instances.

Applies to