AddSolutionComponentRequest.IncludedComponentSettingsValues 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 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
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.