AddSolutionComponentRequest.AddRequiredComponents Property

Definition

Gets or sets a value that indicates whether other solution components that are required by the solution component that you are adding should also be added to the unmanaged solution. Required.

public:
 property bool AddRequiredComponents { bool get(); void set(bool value); };
public bool AddRequiredComponents { get; set; }
member this.AddRequiredComponents : bool with get, set
Public Property AddRequiredComponents As Boolean

Property Value

true if the components that are required by the solution component you are adding should also be added to the unmanaged solution; otherwise, false.

Applies to