AddSolutionComponentRequest.AddRequiredComponents Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.