ExportSolutionRequest.ExportCustomizationSettings Property

Definition

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

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

Property Value

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

Remarks

This setting includes the following values with the solution:

  • Organization.IsAppMode

Applies to