ExportSolutionRequest.ExportIsvConfig Property

Definition

Gets or sets whether ISV.Config settings should be included in the solution being exported. Optional.

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

Property Value

true if the ISV.Config settings should be included in the solution being exported; otherwise, false.

Remarks

This setting includes the following values with the solution:

  • The XML representing the ISV.Config.

Applies to