Product.RelatedProducts Property

Definition

Gets a read-only collection of products related to the current product.

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

Property Value

A generic ReadOnlyCollection of RelatedProduct instances.

Applies to