AddSolutionComponentRequest.IncludedComponentSettingsValues Property

Definition

Gets or sets a value that specifies if the component is added to the solution with its metadata.

public:
 property cli::array <System::String ^> ^ IncludedComponentSettingsValues { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
public string[] IncludedComponentSettingsValues { get; set; }
member this.IncludedComponentSettingsValues : string[] with get, set
Public Property IncludedComponentSettingsValues As String()

Property Value

String[]

When set to null, the component is added to the solution with metadata; otherwise passing an empty array results in no metadata settings included with the component.

Remarks

A future SDK release will allow you to specify a string [] of metadata settings to include with the component.

Applies to