ImportSolutionRequest.ConvertToManaged Property

Definition

Direct the system to convert any matching unmanaged customizations into your managed solution. Optional.

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

Property Value

true if the system should convert any matching unmanaged customizations into your managed solution; otherwise, false.

Remarks

This parameter is provided so that a system that is upgraded from Microsoft Dynamics CRM 4.0 and contains unmanaged customizations that should be part of a managed solution being installed.

This scenario applies to ISVs who created solutions for Microsoft Dynamics CRM 4.0 and want to use managed solutions after their customers upgrade.

Applies to