Pillar Class

Definition

Represents a top-level product with one or more associated or otherwise recommended products to install.

public ref class Pillar
public class Pillar
type Pillar = class
Public Class Pillar
Inheritance
Pillar

Remarks

A "pillar" represents a product with associated or recommended child products. The associated PillarTab allows a user to select the core product, and then configure the associated products from a dialog resembling a GroupTab.

Properties

Description

Gets a string that contains the description of the pillar.

Groups

Gets a read-only collection of groups associated to the pillar.

Name

Gets a string that contains the name of the current pillar.

Products

Gets a read-only collection of Product objects associated with the current pillar.

Recommended

Gets a read-only collection of products that are recommended.

Applies to

See also